#C4B4DC

Color #C4B4DC Moon Raker (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moon Raker #C4B4DC

Tints of Moon Raker #C4B4DC

Color information

#C4B4DC (or 0xC4B4DC) is unknown color: approx Moon Raker. HEX triplet: C4, B4 and DC. RGB value is (196,180,220). Sum of RGB (Red+Green+Blue) = 196+180+220=596 (78% of max value = 765). Red value is 196 (76.95% from 255 or 32.89% from 596); Green value is 180 (70.70% from 255 or 30.20% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 220 - color contains mainly: blue. Hex color #C4B4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B4DC is #3B4B23. Grayscale: #BDBDBD. Windows color (decimal): -3885860 or 14464196. OLE color: 14464196.

HSL color Cylindrical-coordinate representation of color #C4B4DC: hue angle of 264º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4B4DC is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB196180220-
CMYK0.110.1800.14
HSL264º36.36%78.43%-
HSV(B)264º18.18%86.27%-
XYZ5249.5574.53-
YUV189.34145.3132.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 32.89%
GREEN value IS 180 (70.70% from 255) = 30.20%
BLUE value IS 220 (86.33% from 255) = 36.91%
R=32.89%
G=30.20%
B=36.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1961802200.110.1800.1426436.3678.43
HexC4B4DCB120E108244e
Octal304264334132201641044116
Binary110001001011010011011100101110010011101000010001001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B4DC; }

 p { color: rgb(196,180,220); }

 H1.HeaderClassName
 {
   color: #C4B4DC;
 }
 .AnyTagClassName
 {
   color: #C4B4DC;
 }
</style>
background-color css

<style>
 a { background-color: #C4B4DC; }

 a { background-color: rgb(196,180,220); }

 div.DivClassName
 {
   background-color: #C4B4DC;
 }
 .BgClassName
 {
   background-color: #C4B4DC;
 }
</style>
border-color css

<style>
 span { border-color: #C4B4DC; }

 span { border-color: rgb(196,180,220); }

 td.TdClassName
 {
   border-color: #C4B4DC;
 }
 .TagClassName
 {
   border-color: #C4B4DC;
 }
</style>