Shades of Fog #CEC6E4
Tints of Fog #CEC6E4
RGB
CMYK
RGB Variations
Color information
#CEC6E4 (or 0xCEC6E4) is known color: Fog. HEX triplet: CE, C6 and E4. RGB value is (206,198,228). Sum of RGB (Red+Green+Blue) = 206+198+228=632 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.59% from 632); Green value is 198 (77.73% from 255 or 31.33% from 632); Blue value is 228 (89.45% from 255 or 36.08% from 632); Max value from RGB is 228 - color contains mainly: blue. Hex color #CEC6E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC6E4 is #31391B. Grayscale: #CBCBCB. Windows color (decimal): -3225884 or 14993102. OLE color: 14993102.
HSL color Cylindrical-coordinate representation of color #CEC6E4: hue angle of 256º degrees, saturation: 0.36, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEC6E4 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 198 | 228 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.11 |
| HSL | 256º | 0.36% | 0.84% | - |
| HSV(B) | 256º | 0.13% | 0.89% | - |
| XYZ | 59.65 | 59.11 | 81.66 | - |
| YUV | 203.81 | 141.65 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 228 | 0.10 | 0.13 | 0 | 0.11 | 256 | 0.36 | 0.84 |
| Hex | CE | C6 | E4 | A | D | 0 | B | 100 | 24 | 54 |
| Octal | 316 | 306 | 344 | 12 | 15 | 0 | 13 | 400 | 44 | 124 |
| Binary | 11001110 | 11000110 | 11100100 | 1010 | 1101 | 0 | 1011 | 100000000 | 100100 | 1010100 |
Color Harmonies of #CEC6E4
Complementary color
Monochromatic Colors of #CEC6E4
Black with #CEC6E4
Text Example
Text Example
White with #CEC6E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC6E4; }
p { color: rgb(206,198,228); }
H1.HeaderClassName
{
color: #CEC6E4;
}
.AnyTagClassName
{
color: #CEC6E4;
}
</style>
background-color css
<style>
a { background-color: #CEC6E4; }
a { background-color: rgb(206,198,228); }
div.DivClassName
{
background-color: #CEC6E4;
}
.BgClassName
{
background-color: #CEC6E4;
}
</style>
border-color css
<style>
span { border-color: #CEC6E4; }
span { border-color: rgb(206,198,228); }
td.TdClassName
{
border-color: #CEC6E4;
}
.TagClassName
{
border-color: #CEC6E4;
}
</style>