Shades of Blue Chalk #E7CFF6
Tints of Blue Chalk #E7CFF6
RGB
CMYK
RGB Variations
Color information
#E7CFF6 (or 0xE7CFF6) is known color: Blue Chalk. HEX triplet: E7, CF and F6. RGB value is (231,207,246). Sum of RGB (Red+Green+Blue) = 231+207+246=684 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.77% from 684); Green value is 207 (81.25% from 255 or 30.26% from 684); Blue value is 246 (96.48% from 255 or 35.96% from 684); Max value from RGB is 246 - color contains mainly: blue. Hex color #E7CFF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CFF6 is #183009. Grayscale: #DADADA. Windows color (decimal): -1585162 or 16175079. OLE color: 16175079.
HSL color Cylindrical-coordinate representation of color #E7CFF6: hue angle of 276.92º 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 #E7CFF6 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 231 | 207 | 246 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.04 |
| HSL | 276.92º | 0.68% | 0.89% | - |
| HSV(B) | 276.92º | 0.16% | 0.96% | - |
| XYZ | 71.9 | 68.27 | 96.58 | - |
| YUV | 218.62 | 143.45 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 207 | 246 | 0.06 | 0.16 | 0 | 0.04 | 276.92 | 0.68 | 0.89 |
| Hex | E7 | CF | F6 | 6 | 10 | 0 | 4 | 115 | 44 | 59 |
| Octal | 347 | 317 | 366 | 6 | 20 | 0 | 4 | 425 | 104 | 131 |
| Binary | 11100111 | 11001111 | 11110110 | 110 | 10000 | 0 | 100 | 100010101 | 1000100 | 1011001 |
Color Harmonies of #E7CFF6
Complementary color
Monochromatic Colors of #E7CFF6
Black with #E7CFF6
Text Example
Text Example
White with #E7CFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CFF6; }
p { color: rgb(231,207,246); }
H1.HeaderClassName
{
color: #E7CFF6;
}
.AnyTagClassName
{
color: #E7CFF6;
}
</style>
background-color css
<style>
a { background-color: #E7CFF6; }
a { background-color: rgb(231,207,246); }
div.DivClassName
{
background-color: #E7CFF6;
}
.BgClassName
{
background-color: #E7CFF6;
}
</style>
border-color css
<style>
span { border-color: #E7CFF6; }
span { border-color: rgb(231,207,246); }
td.TdClassName
{
border-color: #E7CFF6;
}
.TagClassName
{
border-color: #E7CFF6;
}
</style>