Shades of Fog #CEC5D7
Tints of Fog #CEC5D7
RGB
CMYK
RGB Variations
Color information
#CEC5D7 (or 0xCEC5D7) is known color: Fog. HEX triplet: CE, C5 and D7. RGB value is (206,197,215). Sum of RGB (Red+Green+Blue) = 206+197+215=618 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.33% from 618); Green value is 197 (77.34% from 255 or 31.88% from 618); Blue value is 215 (84.38% from 255 or 34.79% from 618); Max value from RGB is 215 - color contains mainly: blue. Hex color #CEC5D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC5D7 is #313A28. Grayscale: #C9C9C9. Windows color (decimal): -3226153 or 14140878. OLE color: 14140878.
HSL color Cylindrical-coordinate representation of color #CEC5D7: hue angle of 270º degrees, saturation: 0.18, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEC5D7 is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 206 | 197 | 215 | - |
CMYK | 0.04 | 0.08 | 0 | 0.16 |
HSL | 270º | 0.18% | 0.81% | - |
HSV(B) | 270º | 0.08% | 0.84% | - |
XYZ | 57.69 | 57.96 | 72.44 | - |
YUV | 201.74 | 135.48 | 131.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 197 | 215 | 0.04 | 0.08 | 0 | 0.16 | 270 | 0.18 | 0.81 |
Hex | CE | C5 | D7 | 4 | 8 | 0 | 10 | 10E | 12 | 51 |
Octal | 316 | 305 | 327 | 4 | 10 | 0 | 20 | 416 | 22 | 121 |
Binary | 11001110 | 11000101 | 11010111 | 100 | 1000 | 0 | 10000 | 100001110 | 10010 | 1010001 |
Color Harmonies of #CEC5D7
Complementary color
Monochromatic Colors of #CEC5D7
Black with #CEC5D7
Text Example
Text Example
White with #CEC5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC5D7; }
p { color: rgb(206,197,215); }
H1.HeaderClassName
{
color: #CEC5D7;
}
.AnyTagClassName
{
color: #CEC5D7;
}
</style>
background-color css
<style>
a { background-color: #CEC5D7; }
a { background-color: rgb(206,197,215); }
div.DivClassName
{
background-color: #CEC5D7;
}
.BgClassName
{
background-color: #CEC5D7;
}
</style>
border-color css
<style>
span { border-color: #CEC5D7; }
span { border-color: rgb(206,197,215); }
td.TdClassName
{
border-color: #CEC5D7;
}
.TagClassName
{
border-color: #CEC5D7;
}
</style>