Shades of Fog #CECBD3
Tints of Fog #CECBD3
RGB
CMYK
RGB Variations
Color information
#CECBD3 (or 0xCECBD3) is known color: Fog. HEX triplet: CE, CB and D3. RGB value is (206,203,211). Sum of RGB (Red+Green+Blue) = 206+203+211=620 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.23% from 620); Green value is 203 (79.69% from 255 or 32.74% from 620); Blue value is 211 (82.81% from 255 or 34.03% from 620); Max value from RGB is 211 - color contains mainly: blue. Hex color #CECBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECBD3 is #31342C. Grayscale: #CCCCCC. Windows color (decimal): -3224621 or 13880270. OLE color: 13880270.
HSL color Cylindrical-coordinate representation of color #CECBD3: hue angle of 262.5º degrees, saturation: 0.08, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CECBD3 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 203 | 211 | - |
| CMYK | 0.02 | 0.04 | 0 | 0.17 |
| HSL | 262.5º | 0.08% | 0.81% | - |
| HSV(B) | 262.5º | 0.04% | 0.83% | - |
| XYZ | 58.57 | 60.54 | 70.23 | - |
| YUV | 204.81 | 131.49 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 211 | 0.02 | 0.04 | 0 | 0.17 | 262.5 | 0.08 | 0.81 |
| Hex | CE | CB | D3 | 2 | 4 | 0 | 11 | 106 | 8 | 51 |
| Octal | 316 | 313 | 323 | 2 | 4 | 0 | 21 | 406 | 10 | 121 |
| Binary | 11001110 | 11001011 | 11010011 | 10 | 100 | 0 | 10001 | 100000110 | 1000 | 1010001 |
Color Harmonies of #CECBD3
Complementary color
Monochromatic Colors of #CECBD3
Black with #CECBD3
Text Example
Text Example
White with #CECBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECBD3; }
p { color: rgb(206,203,211); }
H1.HeaderClassName
{
color: #CECBD3;
}
.AnyTagClassName
{
color: #CECBD3;
}
</style>
background-color css
<style>
a { background-color: #CECBD3; }
a { background-color: rgb(206,203,211); }
div.DivClassName
{
background-color: #CECBD3;
}
.BgClassName
{
background-color: #CECBD3;
}
</style>
border-color css
<style>
span { border-color: #CECBD3; }
span { border-color: rgb(206,203,211); }
td.TdClassName
{
border-color: #CECBD3;
}
.TagClassName
{
border-color: #CECBD3;
}
</style>