Shades of Fog #CEC3DD
Tints of Fog #CEC3DD
RGB
CMYK
RGB Variations
Color information
#CEC3DD (or 0xCEC3DD) is known color: Fog. HEX triplet: CE, C3 and DD. RGB value is (206,195,221). Sum of RGB (Red+Green+Blue) = 206+195+221=622 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.12% from 622); Green value is 195 (76.56% from 255 or 31.35% from 622); Blue value is 221 (86.72% from 255 or 35.53% from 622); Max value from RGB is 221 - color contains mainly: blue. Hex color #CEC3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC3DD is #313C22. Grayscale: #C9C9C9. Windows color (decimal): -3226659 or 14533582. OLE color: 14533582.
HSL color Cylindrical-coordinate representation of color #CEC3DD: hue angle of 265.38º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEC3DD is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 195 | 221 | - |
CMYK | 0.07 | 0.12 | 0 | 0.13 |
HSL | 265.38º | 0.28% | 0.82% | - |
HSV(B) | 265.38º | 0.12% | 0.87% | - |
XYZ | 58.02 | 57.37 | 76.42 | - |
YUV | 201.25 | 139.14 | 131.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 195 | 221 | 0.07 | 0.12 | 0 | 0.13 | 265.38 | 0.28 | 0.82 |
Hex | CE | C3 | DD | 7 | C | 0 | D | 109 | 1C | 52 |
Octal | 316 | 303 | 335 | 7 | 14 | 0 | 15 | 411 | 34 | 122 |
Binary | 11001110 | 11000011 | 11011101 | 111 | 1100 | 0 | 1101 | 100001001 | 11100 | 1010010 |
Color Harmonies of #CEC3DD
Complementary color
Monochromatic Colors of #CEC3DD
Black with #CEC3DD
Text Example
Text Example
White with #CEC3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC3DD; }
p { color: rgb(206,195,221); }
H1.HeaderClassName
{
color: #CEC3DD;
}
.AnyTagClassName
{
color: #CEC3DD;
}
</style>
background-color css
<style>
a { background-color: #CEC3DD; }
a { background-color: rgb(206,195,221); }
div.DivClassName
{
background-color: #CEC3DD;
}
.BgClassName
{
background-color: #CEC3DD;
}
</style>
border-color css
<style>
span { border-color: #CEC3DD; }
span { border-color: rgb(206,195,221); }
td.TdClassName
{
border-color: #CEC3DD;
}
.TagClassName
{
border-color: #CEC3DD;
}
</style>