#CECCAA

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

Shades of Moon Mist #CECCAA

Tints of Moon Mist #CECCAA

Color information

#CECCAA (or 0xCECCAA) is unknown color: approx Moon Mist. HEX triplet: CE, CC and AA. RGB value is (206,204,170). Sum of RGB (Red+Green+Blue) = 206+204+170=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 170 (66.80% from 255 or 29.31% from 580); Max value from RGB is 206 - color contains mainly: red. Hex color #CECCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECCAA is #313355. Grayscale: #C8C8C8. Windows color (decimal): -3224406 or 11193550. OLE color: 11193550.

HSL color Cylindrical-coordinate representation of color #CECCAA: hue angle of 56.67º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CECCAA is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB206204170-
CMYK00.010.170.19
HSL56.67º26.87%73.73%-
HSV(B)56.67º17.48%80.78%-
XYZ54.359.2146.6-
YUV200.72110.66131.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.52%
GREEN value IS 204 (80.08% from 255) = 35.17%
BLUE value IS 170 (66.80% from 255) = 29.31%
R=35.52%
G=35.17%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620417000.010.170.1956.6726.8773.73
HexCECCAA011113391b4a
Octal3163142520121237133112
Binary110011101100110010101010011000110011111001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECCAA; }

 p { color: rgb(206,204,170); }

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

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

 a { background-color: rgb(206,204,170); }

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

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

 span { border-color: rgb(206,204,170); }

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