#CECCB9

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

Shades of Moon Mist #CECCB9

Tints of Moon Mist #CECCB9

Color information

#CECCB9 (or 0xCECCB9) is unknown color: approx Moon Mist. HEX triplet: CE, CC and B9. RGB value is (206,204,185). Sum of RGB (Red+Green+Blue) = 206+204+185=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 204 (80.08% from 255 or 34.29% from 595); Blue value is 185 (72.66% from 255 or 31.09% from 595); Max value from RGB is 206 - color contains mainly: red. Hex color #CECCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECCB9 is #313346. Grayscale: #CACACA. Windows color (decimal): -3224391 or 12176590. OLE color: 12176590.

HSL color Cylindrical-coordinate representation of color #CECCB9: hue angle of 54.29º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CECCB9 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB206204185-
CMYK00.010.100.19
HSL54.29º17.65%76.67%-
HSV(B)54.29º10.19%80.78%-
XYZ55.859.8154.5-
YUV202.43118.16130.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.62%
GREEN value IS 204 (80.08% from 255) = 34.29%
BLUE value IS 185 (72.66% from 255) = 31.09%
R=34.62%
G=34.29%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620418500.010.100.1954.2917.6576.67
HexCECCB901A1336124d
Octal3163142710112236622115
Binary11001110110011001011100101101010011110110100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECCB9; }

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

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

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

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

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

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

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

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