#CCCDB4

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

Shades of Moon Mist #CCCDB4

Tints of Moon Mist #CCCDB4

Color information

#CCCDB4 (or 0xCCCDB4) is unknown color: approx Moon Mist. HEX triplet: CC, CD and B4. RGB value is (204,205,180). Sum of RGB (Red+Green+Blue) = 204+205+180=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 205 (80.47% from 255 or 34.80% from 589); Blue value is 180 (70.70% from 255 or 30.56% from 589); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCDB4 is #33324B. Grayscale: #C9C9C9. Windows color (decimal): -3355212 or 11849164. OLE color: 11849164.

HSL color Cylindrical-coordinate representation of color #CCCDB4: hue angle of 62.4º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCCDB4 is Cyan = 0.00, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB204205180-
CMYK0.0000.120.20
HSL62.4º20%75.49%-
HSV(B)62.4º12.2%80.39%-
XYZ54.9759.851.82-
YUV201.85115.67129.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.63%
GREEN value IS 205 (80.47% from 255) = 34.80%
BLUE value IS 180 (70.70% from 255) = 30.56%
R=34.63%
G=34.80%
B=30.56%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2042051800.0000.120.2062.42075.49
HexCCCDB400C143e144b
Octal3143152640014247624113
Binary11001100110011011011010000110010100111110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCDB4; }

 p { color: rgb(204,205,180); }

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

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

 a { background-color: rgb(204,205,180); }

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

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

 span { border-color: rgb(204,205,180); }

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