Shades of Fog #E5CFFF
Tints of Fog #E5CFFF
RGB
CMYK
RGB Variations
Color information
#E5CFFF (or 0xE5CFFF) is known color: Fog. HEX triplet: E5, CF and FF. RGB value is (229,207,255). Sum of RGB (Red+Green+Blue) = 229+207+255=691 (91% of max value = 765). Red value is 229 (89.84% from 255 or 33.14% from 691); Green value is 207 (81.25% from 255 or 29.96% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5CFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CFFF is #1A3000. Grayscale: #DADADA. Windows color (decimal): -1716225 or 16764901. OLE color: 16764901.
HSL color Cylindrical-coordinate representation of color #E5CFFF: hue angle of 267.5º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E5CFFF is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 207 | 255 | - |
| CMYK | 0.10 | 0.19 | 0 | 0 |
| HSL | 267.5º | 1% | 0.91% | - |
| HSV(B) | 267.5º | 0.19% | 1% | - |
| XYZ | 72.68 | 68.5 | 104 | - |
| YUV | 219.05 | 148.29 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 207 | 255 | 0.10 | 0.19 | 0 | 0 | 267.5 | 1 | 0.91 |
| Hex | E5 | CF | FF | A | 13 | 0 | 0 | 10C | 64 | 5B |
| Octal | 345 | 317 | 377 | 12 | 23 | 0 | 0 | 414 | 144 | 133 |
| Binary | 11100101 | 11001111 | 11111111 | 1010 | 10011 | 0 | 0 | 100001100 | 1100100 | 1011011 |
Color Harmonies of #E5CFFF
Complementary color
Monochromatic Colors of #E5CFFF
Black with #E5CFFF
Text Example
Text Example
White with #E5CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CFFF; }
p { color: rgb(229,207,255); }
H1.HeaderClassName
{
color: #E5CFFF;
}
.AnyTagClassName
{
color: #E5CFFF;
}
</style>
background-color css
<style>
a { background-color: #E5CFFF; }
a { background-color: rgb(229,207,255); }
div.DivClassName
{
background-color: #E5CFFF;
}
.BgClassName
{
background-color: #E5CFFF;
}
</style>
border-color css
<style>
span { border-color: #E5CFFF; }
span { border-color: rgb(229,207,255); }
td.TdClassName
{
border-color: #E5CFFF;
}
.TagClassName
{
border-color: #E5CFFF;
}
</style>