Shades of Fog #CEC9D3
Tints of Fog #CEC9D3
RGB
CMYK
RGB Variations
Color information
#CEC9D3 (or 0xCEC9D3) is known color: Fog. HEX triplet: CE, C9 and D3. RGB value is (206,201,211). Sum of RGB (Red+Green+Blue) = 206+201+211=618 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.33% from 618); Green value is 201 (78.91% from 255 or 32.52% from 618); Blue value is 211 (82.81% from 255 or 34.14% from 618); Max value from RGB is 211 - color contains mainly: blue. Hex color #CEC9D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC9D3 is #31362C. Grayscale: #CBCBCB. Windows color (decimal): -3225133 or 13879758. OLE color: 13879758.
HSL color Cylindrical-coordinate representation of color #CEC9D3: hue angle of 270º degrees, saturation: 0.1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CEC9D3 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 201 | 211 | - |
| CMYK | 0.02 | 0.05 | 0 | 0.17 |
| HSL | 270º | 0.1% | 0.81% | - |
| HSV(B) | 270º | 0.05% | 0.83% | - |
| XYZ | 58.1 | 59.6 | 70.07 | - |
| YUV | 203.64 | 132.16 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 211 | 0.02 | 0.05 | 0 | 0.17 | 270 | 0.1 | 0.81 |
| Hex | CE | C9 | D3 | 2 | 5 | 0 | 11 | 10E | A | 51 |
| Octal | 316 | 311 | 323 | 2 | 5 | 0 | 21 | 416 | 12 | 121 |
| Binary | 11001110 | 11001001 | 11010011 | 10 | 101 | 0 | 10001 | 100001110 | 1010 | 1010001 |
Color Harmonies of #CEC9D3
Complementary color
Monochromatic Colors of #CEC9D3
Black with #CEC9D3
Text Example
Text Example
White with #CEC9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC9D3; }
p { color: rgb(206,201,211); }
H1.HeaderClassName
{
color: #CEC9D3;
}
.AnyTagClassName
{
color: #CEC9D3;
}
</style>
background-color css
<style>
a { background-color: #CEC9D3; }
a { background-color: rgb(206,201,211); }
div.DivClassName
{
background-color: #CEC9D3;
}
.BgClassName
{
background-color: #CEC9D3;
}
</style>
border-color css
<style>
span { border-color: #CEC9D3; }
span { border-color: rgb(206,201,211); }
td.TdClassName
{
border-color: #CEC9D3;
}
.TagClassName
{
border-color: #CEC9D3;
}
</style>