Shades of Fog #CEC3E5
Tints of Fog #CEC3E5
RGB
CMYK
RGB Variations
Color information
#CEC3E5 (or 0xCEC3E5) is known color: Fog. HEX triplet: CE, C3 and E5. RGB value is (206,195,229). Sum of RGB (Red+Green+Blue) = 206+195+229=630 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.70% from 630); Green value is 195 (76.56% from 255 or 30.95% from 630); Blue value is 229 (89.84% from 255 or 36.35% from 630); Max value from RGB is 229 - color contains mainly: blue. Hex color #CEC3E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC3E5 is #313C1A. Grayscale: #CACACA. Windows color (decimal): -3226651 or 15057870. OLE color: 15057870.
HSL color Cylindrical-coordinate representation of color #CEC3E5: hue angle of 259.41º 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 #CEC3E5 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 206 | 195 | 229 | - |
CMYK | 0.10 | 0.15 | 0 | 0.10 |
HSL | 259.41º | 0.4% | 0.83% | - |
HSV(B) | 259.41º | 0.15% | 0.9% | - |
XYZ | 59.11 | 57.81 | 82.17 | - |
YUV | 202.17 | 143.14 | 130.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 195 | 229 | 0.10 | 0.15 | 0 | 0.10 | 259.41 | 0.4 | 0.83 |
Hex | CE | C3 | E5 | A | F | 0 | A | 103 | 28 | 53 |
Octal | 316 | 303 | 345 | 12 | 17 | 0 | 12 | 403 | 50 | 123 |
Binary | 11001110 | 11000011 | 11100101 | 1010 | 1111 | 0 | 1010 | 100000011 | 101000 | 1010011 |
Color Harmonies of #CEC3E5
Complementary color
Monochromatic Colors of #CEC3E5
Black with #CEC3E5
Text Example
Text Example
White with #CEC3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC3E5; }
p { color: rgb(206,195,229); }
H1.HeaderClassName
{
color: #CEC3E5;
}
.AnyTagClassName
{
color: #CEC3E5;
}
</style>
background-color css
<style>
a { background-color: #CEC3E5; }
a { background-color: rgb(206,195,229); }
div.DivClassName
{
background-color: #CEC3E5;
}
.BgClassName
{
background-color: #CEC3E5;
}
</style>
border-color css
<style>
span { border-color: #CEC3E5; }
span { border-color: rgb(206,195,229); }
td.TdClassName
{
border-color: #CEC3E5;
}
.TagClassName
{
border-color: #CEC3E5;
}
</style>