Shades of Fog #CEC3EF
Tints of Fog #CEC3EF
RGB
CMYK
RGB Variations
Color information
#CEC3EF (or 0xCEC3EF) is known color: Fog. HEX triplet: CE, C3 and EF. RGB value is (206,195,239). Sum of RGB (Red+Green+Blue) = 206+195+239=640 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.19% from 640); Green value is 195 (76.56% from 255 or 30.47% from 640); Blue value is 239 (93.75% from 255 or 37.34% from 640); Max value from RGB is 239 - color contains mainly: blue. Hex color #CEC3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC3EF is #313C10. Grayscale: #CBCBCB. Windows color (decimal): -3226641 or 15713230. OLE color: 15713230.
HSL color Cylindrical-coordinate representation of color #CEC3EF: hue angle of 255º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEC3EF is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 206 | 195 | 239 | - |
CMYK | 0.14 | 0.18 | 0 | 0.06 |
HSL | 255º | 0.58% | 0.85% | - |
HSV(B) | 255º | 0.18% | 0.94% | - |
XYZ | 60.55 | 58.38 | 89.74 | - |
YUV | 203.31 | 148.14 | 129.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 195 | 239 | 0.14 | 0.18 | 0 | 0.06 | 255 | 0.58 | 0.85 |
Hex | CE | C3 | EF | E | 12 | 0 | 6 | FF | 3A | 55 |
Octal | 316 | 303 | 357 | 16 | 22 | 0 | 6 | 377 | 72 | 125 |
Binary | 11001110 | 11000011 | 11101111 | 1110 | 10010 | 0 | 110 | 11111111 | 111010 | 1010101 |
Color Harmonies of #CEC3EF
Complementary color
Monochromatic Colors of #CEC3EF
Black with #CEC3EF
Text Example
Text Example
White with #CEC3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC3EF; }
p { color: rgb(206,195,239); }
H1.HeaderClassName
{
color: #CEC3EF;
}
.AnyTagClassName
{
color: #CEC3EF;
}
</style>
background-color css
<style>
a { background-color: #CEC3EF; }
a { background-color: rgb(206,195,239); }
div.DivClassName
{
background-color: #CEC3EF;
}
.BgClassName
{
background-color: #CEC3EF;
}
</style>
border-color css
<style>
span { border-color: #CEC3EF; }
span { border-color: rgb(206,195,239); }
td.TdClassName
{
border-color: #CEC3EF;
}
.TagClassName
{
border-color: #CEC3EF;
}
</style>