Shades of Fog #CEC3DA
Tints of Fog #CEC3DA
RGB
CMYK
RGB Variations
Color information
#CEC3DA (or 0xCEC3DA) is known color: Fog. HEX triplet: CE, C3 and DA. RGB value is (206,195,218). Sum of RGB (Red+Green+Blue) = 206+195+218=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 195 (76.56% from 255 or 31.50% from 619); Blue value is 218 (85.55% from 255 or 35.22% from 619); Max value from RGB is 218 - color contains mainly: blue. Hex color #CEC3DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC3DA is #313C25. Grayscale: #C8C8C8. Windows color (decimal): -3226662 or 14336974. OLE color: 14336974.
HSL color Cylindrical-coordinate representation of color #CEC3DA: hue angle of 268.7º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEC3DA is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 206 | 195 | 218 | - |
CMYK | 0.06 | 0.11 | 0 | 0.15 |
HSL | 268.7º | 0.24% | 0.81% | - |
HSV(B) | 268.7º | 0.11% | 0.85% | - |
XYZ | 57.62 | 57.21 | 74.34 | - |
YUV | 200.91 | 137.64 | 131.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 195 | 218 | 0.06 | 0.11 | 0 | 0.15 | 268.7 | 0.24 | 0.81 |
Hex | CE | C3 | DA | 6 | B | 0 | F | 10D | 18 | 51 |
Octal | 316 | 303 | 332 | 6 | 13 | 0 | 17 | 415 | 30 | 121 |
Binary | 11001110 | 11000011 | 11011010 | 110 | 1011 | 0 | 1111 | 100001101 | 11000 | 1010001 |
Color Harmonies of #CEC3DA
Complementary color
Monochromatic Colors of #CEC3DA
Black with #CEC3DA
Text Example
Text Example
White with #CEC3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC3DA; }
p { color: rgb(206,195,218); }
H1.HeaderClassName
{
color: #CEC3DA;
}
.AnyTagClassName
{
color: #CEC3DA;
}
</style>
background-color css
<style>
a { background-color: #CEC3DA; }
a { background-color: rgb(206,195,218); }
div.DivClassName
{
background-color: #CEC3DA;
}
.BgClassName
{
background-color: #CEC3DA;
}
</style>
border-color css
<style>
span { border-color: #CEC3DA; }
span { border-color: rgb(206,195,218); }
td.TdClassName
{
border-color: #CEC3DA;
}
.TagClassName
{
border-color: #CEC3DA;
}
</style>