Shades of Fog #CEC7DA
Tints of Fog #CEC7DA
RGB
CMYK
RGB Variations
Color information
#CEC7DA (or 0xCEC7DA) is known color: Fog. HEX triplet: CE, C7 and DA. RGB value is (206,199,218). Sum of RGB (Red+Green+Blue) = 206+199+218=623 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.07% from 623); Green value is 199 (78.12% from 255 or 31.94% from 623); Blue value is 218 (85.55% from 255 or 34.99% from 623); Max value from RGB is 218 - color contains mainly: blue. Hex color #CEC7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC7DA is #313825. Grayscale: #CBCBCB. Windows color (decimal): -3225638 or 14337998. OLE color: 14337998.
HSL color Cylindrical-coordinate representation of color #CEC7DA: hue angle of 262.11º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CEC7DA is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 206 | 199 | 218 | - |
CMYK | 0.06 | 0.09 | 0 | 0.15 |
HSL | 262.11º | 0.2% | 0.82% | - |
HSV(B) | 262.11º | 0.09% | 0.85% | - |
XYZ | 58.53 | 59.03 | 74.64 | - |
YUV | 203.26 | 136.32 | 129.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 199 | 218 | 0.06 | 0.09 | 0 | 0.15 | 262.11 | 0.2 | 0.82 |
Hex | CE | C7 | DA | 6 | 9 | 0 | F | 106 | 14 | 52 |
Octal | 316 | 307 | 332 | 6 | 11 | 0 | 17 | 406 | 24 | 122 |
Binary | 11001110 | 11000111 | 11011010 | 110 | 1001 | 0 | 1111 | 100000110 | 10100 | 1010010 |
Color Harmonies of #CEC7DA
Complementary color
Monochromatic Colors of #CEC7DA
Black with #CEC7DA
Text Example
Text Example
White with #CEC7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC7DA; }
p { color: rgb(206,199,218); }
H1.HeaderClassName
{
color: #CEC7DA;
}
.AnyTagClassName
{
color: #CEC7DA;
}
</style>
background-color css
<style>
a { background-color: #CEC7DA; }
a { background-color: rgb(206,199,218); }
div.DivClassName
{
background-color: #CEC7DA;
}
.BgClassName
{
background-color: #CEC7DA;
}
</style>
border-color css
<style>
span { border-color: #CEC7DA; }
span { border-color: rgb(206,199,218); }
td.TdClassName
{
border-color: #CEC7DA;
}
.TagClassName
{
border-color: #CEC7DA;
}
</style>