Shades of Fog #CEC5E6
Tints of Fog #CEC5E6
RGB
CMYK
RGB Variations
Color information
#CEC5E6 (or 0xCEC5E6) is known color: Fog. HEX triplet: CE, C5 and E6. RGB value is (206,197,230). Sum of RGB (Red+Green+Blue) = 206+197+230=633 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.54% from 633); Green value is 197 (77.34% from 255 or 31.12% from 633); Blue value is 230 (90.23% from 255 or 36.33% from 633); Max value from RGB is 230 - color contains mainly: blue. Hex color #CEC5E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC5E6 is #313A19. Grayscale: #CBCBCB. Windows color (decimal): -3226138 or 15123918. OLE color: 15123918.
HSL color Cylindrical-coordinate representation of color #CEC5E6: hue angle of 256.36º degrees, saturation: 0.4, 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 #CEC5E6 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 206 | 197 | 230 | - |
CMYK | 0.10 | 0.14 | 0 | 0.10 |
HSL | 256.36º | 0.4% | 0.84% | - |
HSV(B) | 256.36º | 0.14% | 0.9% | - |
XYZ | 59.7 | 58.77 | 83.06 | - |
YUV | 203.45 | 142.98 | 129.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 197 | 230 | 0.10 | 0.14 | 0 | 0.10 | 256.36 | 0.4 | 0.84 |
Hex | CE | C5 | E6 | A | E | 0 | A | 100 | 28 | 54 |
Octal | 316 | 305 | 346 | 12 | 16 | 0 | 12 | 400 | 50 | 124 |
Binary | 11001110 | 11000101 | 11100110 | 1010 | 1110 | 0 | 1010 | 100000000 | 101000 | 1010100 |
Color Harmonies of #CEC5E6
Complementary color
Monochromatic Colors of #CEC5E6
Black with #CEC5E6
Text Example
Text Example
White with #CEC5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC5E6; }
p { color: rgb(206,197,230); }
H1.HeaderClassName
{
color: #CEC5E6;
}
.AnyTagClassName
{
color: #CEC5E6;
}
</style>
background-color css
<style>
a { background-color: #CEC5E6; }
a { background-color: rgb(206,197,230); }
div.DivClassName
{
background-color: #CEC5E6;
}
.BgClassName
{
background-color: #CEC5E6;
}
</style>
border-color css
<style>
span { border-color: #CEC5E6; }
span { border-color: rgb(206,197,230); }
td.TdClassName
{
border-color: #CEC5E6;
}
.TagClassName
{
border-color: #CEC5E6;
}
</style>