Shades of Fog #CEC5D8
Tints of Fog #CEC5D8
RGB
CMYK
RGB Variations
Color information
#CEC5D8 (or 0xCEC5D8) is known color: Fog. HEX triplet: CE, C5 and D8. RGB value is (206,197,216). Sum of RGB (Red+Green+Blue) = 206+197+216=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 197 (77.34% from 255 or 31.83% from 619); Blue value is 216 (84.77% from 255 or 34.89% from 619); Max value from RGB is 216 - color contains mainly: blue. Hex color #CEC5D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC5D8 is #313A27. Grayscale: #C9C9C9. Windows color (decimal): -3226152 or 14206414. OLE color: 14206414.
HSL color Cylindrical-coordinate representation of color #CEC5D8: hue angle of 268.42º degrees, saturation: 0.2, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CEC5D8 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 206 | 197 | 216 | - |
CMYK | 0.05 | 0.09 | 0 | 0.15 |
HSL | 268.42º | 0.2% | 0.81% | - |
HSV(B) | 268.42º | 0.09% | 0.85% | - |
XYZ | 57.81 | 58.01 | 73.12 | - |
YUV | 201.86 | 135.98 | 130.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 197 | 216 | 0.05 | 0.09 | 0 | 0.15 | 268.42 | 0.2 | 0.81 |
Hex | CE | C5 | D8 | 5 | 9 | 0 | F | 10C | 14 | 51 |
Octal | 316 | 305 | 330 | 5 | 11 | 0 | 17 | 414 | 24 | 121 |
Binary | 11001110 | 11000101 | 11011000 | 101 | 1001 | 0 | 1111 | 100001100 | 10100 | 1010001 |
Color Harmonies of #CEC5D8
Complementary color
Monochromatic Colors of #CEC5D8
Black with #CEC5D8
Text Example
Text Example
White with #CEC5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC5D8; }
p { color: rgb(206,197,216); }
H1.HeaderClassName
{
color: #CEC5D8;
}
.AnyTagClassName
{
color: #CEC5D8;
}
</style>
background-color css
<style>
a { background-color: #CEC5D8; }
a { background-color: rgb(206,197,216); }
div.DivClassName
{
background-color: #CEC5D8;
}
.BgClassName
{
background-color: #CEC5D8;
}
</style>
border-color css
<style>
span { border-color: #CEC5D8; }
span { border-color: rgb(206,197,216); }
td.TdClassName
{
border-color: #CEC5D8;
}
.TagClassName
{
border-color: #CEC5D8;
}
</style>