Shades of Fog #CEC2E5
Tints of Fog #CEC2E5
RGB
CMYK
RGB Variations
Color information
#CEC2E5 (or 0xCEC2E5) is known color: Fog. HEX triplet: CE, C2 and E5. RGB value is (206,194,229). Sum of RGB (Red+Green+Blue) = 206+194+229=629 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.75% from 629); Green value is 194 (76.17% from 255 or 30.84% from 629); Blue value is 229 (89.84% from 255 or 36.41% from 629); Max value from RGB is 229 - color contains mainly: blue. Hex color #CEC2E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC2E5 is #313D1A. Grayscale: #C9C9C9. Windows color (decimal): -3226907 or 15057614. OLE color: 15057614.
HSL color Cylindrical-coordinate representation of color #CEC2E5: hue angle of 260.57º degrees, saturation: 0.4, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEC2E5 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 206 | 194 | 229 | - |
CMYK | 0.10 | 0.15 | 0 | 0.10 |
HSL | 260.57º | 0.4% | 0.83% | - |
HSV(B) | 260.57º | 0.15% | 0.9% | - |
XYZ | 58.89 | 57.36 | 82.1 | - |
YUV | 201.58 | 143.48 | 131.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 194 | 229 | 0.10 | 0.15 | 0 | 0.10 | 260.57 | 0.4 | 0.83 |
Hex | CE | C2 | E5 | A | F | 0 | A | 105 | 28 | 53 |
Octal | 316 | 302 | 345 | 12 | 17 | 0 | 12 | 405 | 50 | 123 |
Binary | 11001110 | 11000010 | 11100101 | 1010 | 1111 | 0 | 1010 | 100000101 | 101000 | 1010011 |
Color Harmonies of #CEC2E5
Complementary color
Monochromatic Colors of #CEC2E5
Black with #CEC2E5
Text Example
Text Example
White with #CEC2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC2E5; }
p { color: rgb(206,194,229); }
H1.HeaderClassName
{
color: #CEC2E5;
}
.AnyTagClassName
{
color: #CEC2E5;
}
</style>
background-color css
<style>
a { background-color: #CEC2E5; }
a { background-color: rgb(206,194,229); }
div.DivClassName
{
background-color: #CEC2E5;
}
.BgClassName
{
background-color: #CEC2E5;
}
</style>
border-color css
<style>
span { border-color: #CEC2E5; }
span { border-color: rgb(206,194,229); }
td.TdClassName
{
border-color: #CEC2E5;
}
.TagClassName
{
border-color: #CEC2E5;
}
</style>