Shades of Fog #CEC2E4
Tints of Fog #CEC2E4
RGB
CMYK
RGB Variations
Color information
#CEC2E4 (or 0xCEC2E4) is known color: Fog. HEX triplet: CE, C2 and E4. RGB value is (206,194,228). Sum of RGB (Red+Green+Blue) = 206+194+228=628 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.80% from 628); Green value is 194 (76.17% from 255 or 30.89% from 628); Blue value is 228 (89.45% from 255 or 36.31% from 628); Max value from RGB is 228 - color contains mainly: blue. Hex color #CEC2E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC2E4 is #313D1B. Grayscale: #C9C9C9. Windows color (decimal): -3226908 or 14992078. OLE color: 14992078.
HSL color Cylindrical-coordinate representation of color #CEC2E4: hue angle of 261.18º degrees, saturation: 0.39, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEC2E4 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 206 | 194 | 228 | - |
CMYK | 0.10 | 0.15 | 0 | 0.11 |
HSL | 261.18º | 0.39% | 0.83% | - |
HSV(B) | 261.18º | 0.15% | 0.89% | - |
XYZ | 58.75 | 57.31 | 81.36 | - |
YUV | 201.46 | 142.98 | 131.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 194 | 228 | 0.10 | 0.15 | 0 | 0.11 | 261.18 | 0.39 | 0.83 |
Hex | CE | C2 | E4 | A | F | 0 | B | 105 | 27 | 53 |
Octal | 316 | 302 | 344 | 12 | 17 | 0 | 13 | 405 | 47 | 123 |
Binary | 11001110 | 11000010 | 11100100 | 1010 | 1111 | 0 | 1011 | 100000101 | 100111 | 1010011 |
Color Harmonies of #CEC2E4
Complementary color
Monochromatic Colors of #CEC2E4
Black with #CEC2E4
Text Example
Text Example
White with #CEC2E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC2E4; }
p { color: rgb(206,194,228); }
H1.HeaderClassName
{
color: #CEC2E4;
}
.AnyTagClassName
{
color: #CEC2E4;
}
</style>
background-color css
<style>
a { background-color: #CEC2E4; }
a { background-color: rgb(206,194,228); }
div.DivClassName
{
background-color: #CEC2E4;
}
.BgClassName
{
background-color: #CEC2E4;
}
</style>
border-color css
<style>
span { border-color: #CEC2E4; }
span { border-color: rgb(206,194,228); }
td.TdClassName
{
border-color: #CEC2E4;
}
.TagClassName
{
border-color: #CEC2E4;
}
</style>