Shades of Blue Chalk #E5CFF6
Tints of Blue Chalk #E5CFF6
RGB
CMYK
RGB Variations
Color information
#E5CFF6 (or 0xE5CFF6) is known color: Blue Chalk. HEX triplet: E5, CF and F6. RGB value is (229,207,246). Sum of RGB (Red+Green+Blue) = 229+207+246=682 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.58% from 682); Green value is 207 (81.25% from 255 or 30.35% from 682); Blue value is 246 (96.48% from 255 or 36.07% from 682); Max value from RGB is 246 - color contains mainly: blue. Hex color #E5CFF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CFF6 is #1A3009. Grayscale: #D9D9D9. Windows color (decimal): -1716234 or 16175077. OLE color: 16175077.
HSL color Cylindrical-coordinate representation of color #E5CFF6: hue angle of 273.85º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E5CFF6 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 229 | 207 | 246 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.04 |
| HSL | 273.85º | 0.68% | 0.89% | - |
| HSV(B) | 273.85º | 0.16% | 0.96% | - |
| XYZ | 71.26 | 67.94 | 96.55 | - |
| YUV | 218.02 | 143.79 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 207 | 246 | 0.07 | 0.16 | 0 | 0.04 | 273.85 | 0.68 | 0.89 |
| Hex | E5 | CF | F6 | 7 | 10 | 0 | 4 | 112 | 44 | 59 |
| Octal | 345 | 317 | 366 | 7 | 20 | 0 | 4 | 422 | 104 | 131 |
| Binary | 11100101 | 11001111 | 11110110 | 111 | 10000 | 0 | 100 | 100010010 | 1000100 | 1011001 |
Color Harmonies of #E5CFF6
Complementary color
Monochromatic Colors of #E5CFF6
Black with #E5CFF6
Text Example
Text Example
White with #E5CFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CFF6; }
p { color: rgb(229,207,246); }
H1.HeaderClassName
{
color: #E5CFF6;
}
.AnyTagClassName
{
color: #E5CFF6;
}
</style>
background-color css
<style>
a { background-color: #E5CFF6; }
a { background-color: rgb(229,207,246); }
div.DivClassName
{
background-color: #E5CFF6;
}
.BgClassName
{
background-color: #E5CFF6;
}
</style>
border-color css
<style>
span { border-color: #E5CFF6; }
span { border-color: rgb(229,207,246); }
td.TdClassName
{
border-color: #E5CFF6;
}
.TagClassName
{
border-color: #E5CFF6;
}
</style>