Shades of Fog #CECBD2
Tints of Fog #CECBD2
RGB
CMYK
RGB Variations
Color information
#CECBD2 (or 0xCECBD2) is known color: Fog. HEX triplet: CE, CB and D2. RGB value is (206,203,210). Sum of RGB (Red+Green+Blue) = 206+203+210=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 203 (79.69% from 255 or 32.79% from 619); Blue value is 210 (82.42% from 255 or 33.93% from 619); Max value from RGB is 210 - color contains mainly: blue. Hex color #CECBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECBD2 is #31342D. Grayscale: #CCCCCC. Windows color (decimal): -3224622 or 13814734. OLE color: 13814734.
HSL color Cylindrical-coordinate representation of color #CECBD2: hue angle of 265.71º degrees, saturation: 0.07, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CECBD2 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 206 | 203 | 210 | - |
CMYK | 0.02 | 0.03 | 0 | 0.18 |
HSL | 265.71º | 0.07% | 0.81% | - |
HSV(B) | 265.71º | 0.03% | 0.82% | - |
XYZ | 58.44 | 60.49 | 69.57 | - |
YUV | 204.7 | 130.99 | 128.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 203 | 210 | 0.02 | 0.03 | 0 | 0.18 | 265.71 | 0.07 | 0.81 |
Hex | CE | CB | D2 | 2 | 3 | 0 | 12 | 10A | 7 | 51 |
Octal | 316 | 313 | 322 | 2 | 3 | 0 | 22 | 412 | 7 | 121 |
Binary | 11001110 | 11001011 | 11010010 | 10 | 11 | 0 | 10010 | 100001010 | 111 | 1010001 |
Color Harmonies of #CECBD2
Complementary color
Monochromatic Colors of #CECBD2
Black with #CECBD2
Text Example
Text Example
White with #CECBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECBD2; }
p { color: rgb(206,203,210); }
H1.HeaderClassName
{
color: #CECBD2;
}
.AnyTagClassName
{
color: #CECBD2;
}
</style>
background-color css
<style>
a { background-color: #CECBD2; }
a { background-color: rgb(206,203,210); }
div.DivClassName
{
background-color: #CECBD2;
}
.BgClassName
{
background-color: #CECBD2;
}
</style>
border-color css
<style>
span { border-color: #CECBD2; }
span { border-color: rgb(206,203,210); }
td.TdClassName
{
border-color: #CECBD2;
}
.TagClassName
{
border-color: #CECBD2;
}
</style>