#CECCB5

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

Shades of Moon Mist #CECCB5

Tints of Moon Mist #CECCB5

Color information

#CECCB5 (or 0xCECCB5) is unknown color: approx Moon Mist. HEX triplet: CE, CC and B5. RGB value is (206,204,181). Sum of RGB (Red+Green+Blue) = 206+204+181=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 204 (80.08% from 255 or 34.52% from 591); Blue value is 181 (71.09% from 255 or 30.63% from 591); Max value from RGB is 206 - color contains mainly: red. Hex color #CECCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECCB5 is #31334A. Grayscale: #CACACA. Windows color (decimal): -3224395 or 11914446. OLE color: 11914446.

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

Color convert

RGB206204181-
CMYK00.010.120.19
HSL55.2º20.33%75.88%-
HSV(B)55.2º12.14%80.78%-
XYZ55.3959.6452.31-
YUV201.98116.16130.87-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.86%
GREEN value IS 204 (80.08% from 255) = 34.52%
BLUE value IS 181 (71.09% from 255) = 30.63%
R=34.86%
G=34.52%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620418100.010.120.1955.220.3375.88
HexCECCB501C1337144c
Octal3163142650114236724114
Binary11001110110011001011010101110010011110111101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECCB5; }

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

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

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

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

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

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

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

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