Shades of Fog #CEC0E6
Tints of Fog #CEC0E6
RGB
CMYK
RGB Variations
Color information
#CEC0E6 (or 0xCEC0E6) is known color: Fog. HEX triplet: CE, C0 and E6. RGB value is (206,192,230). Sum of RGB (Red+Green+Blue) = 206+192+230=628 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.80% from 628); Green value is 192 (75.39% from 255 or 30.57% from 628); Blue value is 230 (90.23% from 255 or 36.62% from 628); Max value from RGB is 230 - color contains mainly: blue. Hex color #CEC0E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC0E6 is #313F19. Grayscale: #C8C8C8. Windows color (decimal): -3227418 or 15122638. OLE color: 15122638.
HSL color Cylindrical-coordinate representation of color #CEC0E6: hue angle of 262.11º degrees, saturation: 0.43, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEC0E6 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 192 | 230 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.10 |
| HSL | 262.11º | 0.43% | 0.83% | - |
| HSV(B) | 262.11º | 0.17% | 0.9% | - |
| XYZ | 58.59 | 56.53 | 82.69 | - |
| YUV | 200.52 | 144.64 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 230 | 0.10 | 0.17 | 0 | 0.10 | 262.11 | 0.43 | 0.83 |
| Hex | CE | C0 | E6 | A | 11 | 0 | A | 106 | 2B | 53 |
| Octal | 316 | 300 | 346 | 12 | 21 | 0 | 12 | 406 | 53 | 123 |
| Binary | 11001110 | 11000000 | 11100110 | 1010 | 10001 | 0 | 1010 | 100000110 | 101011 | 1010011 |
Color Harmonies of #CEC0E6
Complementary color
Monochromatic Colors of #CEC0E6
Black with #CEC0E6
Text Example
Text Example
White with #CEC0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC0E6; }
p { color: rgb(206,192,230); }
H1.HeaderClassName
{
color: #CEC0E6;
}
.AnyTagClassName
{
color: #CEC0E6;
}
</style>
background-color css
<style>
a { background-color: #CEC0E6; }
a { background-color: rgb(206,192,230); }
div.DivClassName
{
background-color: #CEC0E6;
}
.BgClassName
{
background-color: #CEC0E6;
}
</style>
border-color css
<style>
span { border-color: #CEC0E6; }
span { border-color: rgb(206,192,230); }
td.TdClassName
{
border-color: #CEC0E6;
}
.TagClassName
{
border-color: #CEC0E6;
}
</style>