Shades of Fog #CEC2ED
Tints of Fog #CEC2ED
RGB
CMYK
RGB Variations
Color information
#CEC2ED (or 0xCEC2ED) is known color: Fog. HEX triplet: CE, C2 and ED. RGB value is (206,194,237). Sum of RGB (Red+Green+Blue) = 206+194+237=637 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.34% from 637); Green value is 194 (76.17% from 255 or 30.46% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 237 - color contains mainly: blue. Hex color #CEC2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC2ED is #313D12. Grayscale: #CACACA. Windows color (decimal): -3226899 or 15581902. OLE color: 15581902.
HSL color Cylindrical-coordinate representation of color #CEC2ED: hue angle of 256.74º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEC2ED is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 206 | 194 | 237 | - |
CMYK | 0.13 | 0.18 | 0 | 0.07 |
HSL | 256.74º | 0.54% | 0.85% | - |
HSV(B) | 256.74º | 0.18% | 0.93% | - |
XYZ | 60.03 | 57.82 | 88.12 | - |
YUV | 202.49 | 147.48 | 130.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 194 | 237 | 0.13 | 0.18 | 0 | 0.07 | 256.74 | 0.54 | 0.85 |
Hex | CE | C2 | ED | D | 12 | 0 | 7 | 101 | 36 | 55 |
Octal | 316 | 302 | 355 | 15 | 22 | 0 | 7 | 401 | 66 | 125 |
Binary | 11001110 | 11000010 | 11101101 | 1101 | 10010 | 0 | 111 | 100000001 | 110110 | 1010101 |
Color Harmonies of #CEC2ED
Complementary color
Monochromatic Colors of #CEC2ED
Black with #CEC2ED
Text Example
Text Example
White with #CEC2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC2ED; }
p { color: rgb(206,194,237); }
H1.HeaderClassName
{
color: #CEC2ED;
}
.AnyTagClassName
{
color: #CEC2ED;
}
</style>
background-color css
<style>
a { background-color: #CEC2ED; }
a { background-color: rgb(206,194,237); }
div.DivClassName
{
background-color: #CEC2ED;
}
.BgClassName
{
background-color: #CEC2ED;
}
</style>
border-color css
<style>
span { border-color: #CEC2ED; }
span { border-color: rgb(206,194,237); }
td.TdClassName
{
border-color: #CEC2ED;
}
.TagClassName
{
border-color: #CEC2ED;
}
</style>