Shades of Fog #CEC1DD
Tints of Fog #CEC1DD
RGB
CMYK
RGB Variations
Color information
#CEC1DD (or 0xCEC1DD) is known color: Fog. HEX triplet: CE, C1 and DD. RGB value is (206,193,221). Sum of RGB (Red+Green+Blue) = 206+193+221=620 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.23% from 620); Green value is 193 (75.78% from 255 or 31.13% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 221 - color contains mainly: blue. Hex color #CEC1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC1DD is #313E22. Grayscale: #C7C7C7. Windows color (decimal): -3227171 or 14533070. OLE color: 14533070.
HSL color Cylindrical-coordinate representation of color #CEC1DD: hue angle of 267.86º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEC1DD is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 193 | 221 | - |
CMYK | 0.07 | 0.13 | 0 | 0.13 |
HSL | 267.86º | 0.29% | 0.81% | - |
HSV(B) | 267.86º | 0.13% | 0.87% | - |
XYZ | 57.57 | 56.48 | 76.27 | - |
YUV | 200.08 | 139.81 | 132.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 193 | 221 | 0.07 | 0.13 | 0 | 0.13 | 267.86 | 0.29 | 0.81 |
Hex | CE | C1 | DD | 7 | D | 0 | D | 10C | 1D | 51 |
Octal | 316 | 301 | 335 | 7 | 15 | 0 | 15 | 414 | 35 | 121 |
Binary | 11001110 | 11000001 | 11011101 | 111 | 1101 | 0 | 1101 | 100001100 | 11101 | 1010001 |
Color Harmonies of #CEC1DD
Complementary color
Monochromatic Colors of #CEC1DD
Black with #CEC1DD
Text Example
Text Example
White with #CEC1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC1DD; }
p { color: rgb(206,193,221); }
H1.HeaderClassName
{
color: #CEC1DD;
}
.AnyTagClassName
{
color: #CEC1DD;
}
</style>
background-color css
<style>
a { background-color: #CEC1DD; }
a { background-color: rgb(206,193,221); }
div.DivClassName
{
background-color: #CEC1DD;
}
.BgClassName
{
background-color: #CEC1DD;
}
</style>
border-color css
<style>
span { border-color: #CEC1DD; }
span { border-color: rgb(206,193,221); }
td.TdClassName
{
border-color: #CEC1DD;
}
.TagClassName
{
border-color: #CEC1DD;
}
</style>