Shades of Fog #CEC9DA
Tints of Fog #CEC9DA
RGB
CMYK
RGB Variations
Color information
#CEC9DA (or 0xCEC9DA) is known color: Fog. HEX triplet: CE, C9 and DA. RGB value is (206,201,218). Sum of RGB (Red+Green+Blue) = 206+201+218=625 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.96% from 625); Green value is 201 (78.91% from 255 or 32.16% from 625); Blue value is 218 (85.55% from 255 or 34.88% from 625); Max value from RGB is 218 - color contains mainly: blue. Hex color #CEC9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC9DA is #313625. Grayscale: #CCCCCC. Windows color (decimal): -3225126 or 14338510. OLE color: 14338510.
HSL color Cylindrical-coordinate representation of color #CEC9DA: hue angle of 257.65º degrees, saturation: 0.19, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEC9DA is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 206 | 201 | 218 | - |
CMYK | 0.06 | 0.08 | 0 | 0.15 |
HSL | 257.65º | 0.19% | 0.82% | - |
HSV(B) | 257.65º | 0.08% | 0.85% | - |
XYZ | 59 | 59.96 | 74.79 | - |
YUV | 204.43 | 135.66 | 129.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 201 | 218 | 0.06 | 0.08 | 0 | 0.15 | 257.65 | 0.19 | 0.82 |
Hex | CE | C9 | DA | 6 | 8 | 0 | F | 102 | 13 | 52 |
Octal | 316 | 311 | 332 | 6 | 10 | 0 | 17 | 402 | 23 | 122 |
Binary | 11001110 | 11001001 | 11011010 | 110 | 1000 | 0 | 1111 | 100000010 | 10011 | 1010010 |
Color Harmonies of #CEC9DA
Complementary color
Monochromatic Colors of #CEC9DA
Black with #CEC9DA
Text Example
Text Example
White with #CEC9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC9DA; }
p { color: rgb(206,201,218); }
H1.HeaderClassName
{
color: #CEC9DA;
}
.AnyTagClassName
{
color: #CEC9DA;
}
</style>
background-color css
<style>
a { background-color: #CEC9DA; }
a { background-color: rgb(206,201,218); }
div.DivClassName
{
background-color: #CEC9DA;
}
.BgClassName
{
background-color: #CEC9DA;
}
</style>
border-color css
<style>
span { border-color: #CEC9DA; }
span { border-color: rgb(206,201,218); }
td.TdClassName
{
border-color: #CEC9DA;
}
.TagClassName
{
border-color: #CEC9DA;
}
</style>