Shades of Fog #CEC7E4
Tints of Fog #CEC7E4
RGB
CMYK
RGB Variations
Color information
#CEC7E4 (or 0xCEC7E4) is known color: Fog. HEX triplet: CE, C7 and E4. RGB value is (206,199,228). Sum of RGB (Red+Green+Blue) = 206+199+228=633 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.54% from 633); Green value is 199 (78.12% from 255 or 31.44% from 633); Blue value is 228 (89.45% from 255 or 36.02% from 633); Max value from RGB is 228 - color contains mainly: blue. Hex color #CEC7E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC7E4 is #31381B. Grayscale: #CCCCCC. Windows color (decimal): -3225628 or 14993358. OLE color: 14993358.
HSL color Cylindrical-coordinate representation of color #CEC7E4: hue angle of 254.48º degrees, saturation: 0.35, 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 #CEC7E4 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 206 | 199 | 228 | - |
CMYK | 0.10 | 0.13 | 0 | 0.11 |
HSL | 254.48º | 0.35% | 0.84% | - |
HSV(B) | 254.48º | 0.13% | 0.89% | - |
XYZ | 59.88 | 59.57 | 81.74 | - |
YUV | 204.4 | 141.32 | 129.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 199 | 228 | 0.10 | 0.13 | 0 | 0.11 | 254.48 | 0.35 | 0.84 |
Hex | CE | C7 | E4 | A | D | 0 | B | FE | 23 | 54 |
Octal | 316 | 307 | 344 | 12 | 15 | 0 | 13 | 376 | 43 | 124 |
Binary | 11001110 | 11000111 | 11100100 | 1010 | 1101 | 0 | 1011 | 11111110 | 100011 | 1010100 |
Color Harmonies of #CEC7E4
Complementary color
Monochromatic Colors of #CEC7E4
Black with #CEC7E4
Text Example
Text Example
White with #CEC7E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC7E4; }
p { color: rgb(206,199,228); }
H1.HeaderClassName
{
color: #CEC7E4;
}
.AnyTagClassName
{
color: #CEC7E4;
}
</style>
background-color css
<style>
a { background-color: #CEC7E4; }
a { background-color: rgb(206,199,228); }
div.DivClassName
{
background-color: #CEC7E4;
}
.BgClassName
{
background-color: #CEC7E4;
}
</style>
border-color css
<style>
span { border-color: #CEC7E4; }
span { border-color: rgb(206,199,228); }
td.TdClassName
{
border-color: #CEC7E4;
}
.TagClassName
{
border-color: #CEC7E4;
}
</style>