Shades of Fog #CEC8DA
Tints of Fog #CEC8DA
RGB
CMYK
RGB Variations
Color information
#CEC8DA (or 0xCEC8DA) is known color: Fog. HEX triplet: CE, C8 and DA. RGB value is (206,200,218). Sum of RGB (Red+Green+Blue) = 206+200+218=624 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.01% from 624); Green value is 200 (78.52% from 255 or 32.05% from 624); Blue value is 218 (85.55% from 255 or 34.94% from 624); Max value from RGB is 218 - color contains mainly: blue. Hex color #CEC8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC8DA is #313725. Grayscale: #CBCBCB. Windows color (decimal): -3225382 or 14338254. OLE color: 14338254.
HSL color Cylindrical-coordinate representation of color #CEC8DA: hue angle of 260º degrees, saturation: 0.2, 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 #CEC8DA is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 206 | 200 | 218 | - |
CMYK | 0.06 | 0.08 | 0 | 0.15 |
HSL | 260º | 0.2% | 0.82% | - |
HSV(B) | 260º | 0.08% | 0.85% | - |
XYZ | 58.76 | 59.49 | 74.72 | - |
YUV | 203.85 | 135.99 | 129.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 200 | 218 | 0.06 | 0.08 | 0 | 0.15 | 260 | 0.2 | 0.82 |
Hex | CE | C8 | DA | 6 | 8 | 0 | F | 104 | 14 | 52 |
Octal | 316 | 310 | 332 | 6 | 10 | 0 | 17 | 404 | 24 | 122 |
Binary | 11001110 | 11001000 | 11011010 | 110 | 1000 | 0 | 1111 | 100000100 | 10100 | 1010010 |
Color Harmonies of #CEC8DA
Complementary color
Monochromatic Colors of #CEC8DA
Black with #CEC8DA
Text Example
Text Example
White with #CEC8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC8DA; }
p { color: rgb(206,200,218); }
H1.HeaderClassName
{
color: #CEC8DA;
}
.AnyTagClassName
{
color: #CEC8DA;
}
</style>
background-color css
<style>
a { background-color: #CEC8DA; }
a { background-color: rgb(206,200,218); }
div.DivClassName
{
background-color: #CEC8DA;
}
.BgClassName
{
background-color: #CEC8DA;
}
</style>
border-color css
<style>
span { border-color: #CEC8DA; }
span { border-color: rgb(206,200,218); }
td.TdClassName
{
border-color: #CEC8DA;
}
.TagClassName
{
border-color: #CEC8DA;
}
</style>