Shades of Fog #CEC0E5
Tints of Fog #CEC0E5
RGB
CMYK
RGB Variations
Color information
#CEC0E5 (or 0xCEC0E5) is known color: Fog. HEX triplet: CE, C0 and E5. RGB value is (206,192,229). Sum of RGB (Red+Green+Blue) = 206+192+229=627 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.85% from 627); Green value is 192 (75.39% from 255 or 30.62% from 627); Blue value is 229 (89.84% from 255 or 36.52% from 627); Max value from RGB is 229 - color contains mainly: blue. Hex color #CEC0E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC0E5 is #313F1A. Grayscale: #C8C8C8. Windows color (decimal): -3227419 or 15057102. OLE color: 15057102.
HSL color Cylindrical-coordinate representation of color #CEC0E5: hue angle of 262.7º degrees, saturation: 0.42, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEC0E5 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 206 | 192 | 229 | - |
CMYK | 0.10 | 0.16 | 0 | 0.10 |
HSL | 262.7º | 0.42% | 0.83% | - |
HSV(B) | 262.7º | 0.16% | 0.9% | - |
XYZ | 58.45 | 56.48 | 81.95 | - |
YUV | 200.4 | 144.14 | 131.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 192 | 229 | 0.10 | 0.16 | 0 | 0.10 | 262.7 | 0.42 | 0.83 |
Hex | CE | C0 | E5 | A | 10 | 0 | A | 107 | 2A | 53 |
Octal | 316 | 300 | 345 | 12 | 20 | 0 | 12 | 407 | 52 | 123 |
Binary | 11001110 | 11000000 | 11100101 | 1010 | 10000 | 0 | 1010 | 100000111 | 101010 | 1010011 |
Color Harmonies of #CEC0E5
Complementary color
Monochromatic Colors of #CEC0E5
Black with #CEC0E5
Text Example
Text Example
White with #CEC0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC0E5; }
p { color: rgb(206,192,229); }
H1.HeaderClassName
{
color: #CEC0E5;
}
.AnyTagClassName
{
color: #CEC0E5;
}
</style>
background-color css
<style>
a { background-color: #CEC0E5; }
a { background-color: rgb(206,192,229); }
div.DivClassName
{
background-color: #CEC0E5;
}
.BgClassName
{
background-color: #CEC0E5;
}
</style>
border-color css
<style>
span { border-color: #CEC0E5; }
span { border-color: rgb(206,192,229); }
td.TdClassName
{
border-color: #CEC0E5;
}
.TagClassName
{
border-color: #CEC0E5;
}
</style>