Shades of Fog #CEC6E5
Tints of Fog #CEC6E5
RGB
CMYK
RGB Variations
Color information
#CEC6E5 (or 0xCEC6E5) is known color: Fog. HEX triplet: CE, C6 and E5. RGB value is (206,198,229). Sum of RGB (Red+Green+Blue) = 206+198+229=633 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.54% from 633); Green value is 198 (77.73% from 255 or 31.28% from 633); Blue value is 229 (89.84% from 255 or 36.18% from 633); Max value from RGB is 229 - color contains mainly: blue. Hex color #CEC6E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC6E5 is #31391A. Grayscale: #CBCBCB. Windows color (decimal): -3225883 or 15058638. OLE color: 15058638.
HSL color Cylindrical-coordinate representation of color #CEC6E5: hue angle of 255.48º degrees, saturation: 0.37, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEC6E5 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 206 | 198 | 229 | - |
CMYK | 0.10 | 0.14 | 0 | 0.10 |
HSL | 255.48º | 0.37% | 0.84% | - |
HSV(B) | 255.48º | 0.14% | 0.9% | - |
XYZ | 59.79 | 59.17 | 82.4 | - |
YUV | 203.93 | 142.15 | 129.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 198 | 229 | 0.10 | 0.14 | 0 | 0.10 | 255.48 | 0.37 | 0.84 |
Hex | CE | C6 | E5 | A | E | 0 | A | FF | 25 | 54 |
Octal | 316 | 306 | 345 | 12 | 16 | 0 | 12 | 377 | 45 | 124 |
Binary | 11001110 | 11000110 | 11100101 | 1010 | 1110 | 0 | 1010 | 11111111 | 100101 | 1010100 |
Color Harmonies of #CEC6E5
Complementary color
Monochromatic Colors of #CEC6E5
Black with #CEC6E5
Text Example
Text Example
White with #CEC6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC6E5; }
p { color: rgb(206,198,229); }
H1.HeaderClassName
{
color: #CEC6E5;
}
.AnyTagClassName
{
color: #CEC6E5;
}
</style>
background-color css
<style>
a { background-color: #CEC6E5; }
a { background-color: rgb(206,198,229); }
div.DivClassName
{
background-color: #CEC6E5;
}
.BgClassName
{
background-color: #CEC6E5;
}
</style>
border-color css
<style>
span { border-color: #CEC6E5; }
span { border-color: rgb(206,198,229); }
td.TdClassName
{
border-color: #CEC6E5;
}
.TagClassName
{
border-color: #CEC6E5;
}
</style>