#CECBB0

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

Shades of Moon Mist #CECBB0

Tints of Moon Mist #CECBB0

Color information

#CECBB0 (or 0xCECBB0) is unknown color: approx Moon Mist. HEX triplet: CE, CB and B0. RGB value is (206,203,176). Sum of RGB (Red+Green+Blue) = 206+203+176=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 203 (79.69% from 255 or 34.70% from 585); Blue value is 176 (69.14% from 255 or 30.09% from 585); Max value from RGB is 206 - color contains mainly: red. Hex color #CECBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECBB0 is #31344F. Grayscale: #C8C8C8. Windows color (decimal): -3224656 or 11586510. OLE color: 11586510.

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

Color convert

RGB206203176-
CMYK00.010.150.19
HSL54º23.44%74.9%-
HSV(B)54º14.56%80.78%-
XYZ54.6558.9749.58-
YUV200.82113.99131.7-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.21%
GREEN value IS 203 (79.69% from 255) = 34.70%
BLUE value IS 176 (69.14% from 255) = 30.09%
R=35.21%
G=34.70%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620317600.010.150.195423.4474.9
HexCECBB001F1336174b
Octal3163132600117236627113
Binary11001110110010111011000001111110011110110101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECBB0; }

 p { color: rgb(206,203,176); }

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

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

 a { background-color: rgb(206,203,176); }

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

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

 span { border-color: rgb(206,203,176); }

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