#CECCB6

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

Shades of Moon Mist #CECCB6

Tints of Moon Mist #CECCB6

Color information

#CECCB6 (or 0xCECCB6) is unknown color: approx Moon Mist. HEX triplet: CE, CC and B6. RGB value is (206,204,182). Sum of RGB (Red+Green+Blue) = 206+204+182=592 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.80% from 592); Green value is 204 (80.08% from 255 or 34.46% from 592); Blue value is 182 (71.48% from 255 or 30.74% from 592); Max value from RGB is 206 - color contains mainly: red. Hex color #CECCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECCB6 is #313349. Grayscale: #CACACA. Windows color (decimal): -3224394 or 11979982. OLE color: 11979982.

HSL color Cylindrical-coordinate representation of color #CECCB6: hue angle of 55º 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 #CECCB6 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB206204182-
CMYK00.010.120.19
HSL55º19.67%76.08%-
HSV(B)55º11.65%80.78%-
XYZ55.4959.6852.85-
YUV202.09116.66130.79-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.80%
GREEN value IS 204 (80.08% from 255) = 34.46%
BLUE value IS 182 (71.48% from 255) = 30.74%
R=34.80%
G=34.46%
B=30.74%

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
Decimal20620418200.010.120.195519.6776.08
HexCECCB601C1337144c
Octal3163142660114236724114
Binary11001110110011001011011001110010011110111101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECCB6; }

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

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

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

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

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

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

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

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