Shades of Blue Chalk #E7CFFF
Tints of Blue Chalk #E7CFFF
RGB
CMYK
RGB Variations
Color information
#E7CFFF (or 0xE7CFFF) is known color: Blue Chalk. HEX triplet: E7, CF and FF. RGB value is (231,207,255). Sum of RGB (Red+Green+Blue) = 231+207+255=693 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.33% from 693); Green value is 207 (81.25% from 255 or 29.87% from 693); Blue value is 255 (100% from 255 or 36.80% from 693); Max value from RGB is 255 - color contains mainly: blue. Hex color #E7CFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CFFF is #183000. Grayscale: #DBDBDB. Windows color (decimal): -1585153 or 16764903. OLE color: 16764903.
HSL color Cylindrical-coordinate representation of color #E7CFFF: hue angle of 270º 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 #E7CFFF is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 207 | 255 | - |
| CMYK | 0.09 | 0.19 | 0 | 0 |
| HSL | 270º | 1% | 0.91% | - |
| HSV(B) | 270º | 0.19% | 1% | - |
| XYZ | 73.32 | 68.83 | 104.03 | - |
| YUV | 219.65 | 147.95 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 207 | 255 | 0.09 | 0.19 | 0 | 0 | 270 | 1 | 0.91 |
| Hex | E7 | CF | FF | 9 | 13 | 0 | 0 | 10E | 64 | 5B |
| Octal | 347 | 317 | 377 | 11 | 23 | 0 | 0 | 416 | 144 | 133 |
| Binary | 11100111 | 11001111 | 11111111 | 1001 | 10011 | 0 | 0 | 100001110 | 1100100 | 1011011 |
Color Harmonies of #E7CFFF
Complementary color
Monochromatic Colors of #E7CFFF
Black with #E7CFFF
Text Example
Text Example
White with #E7CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CFFF; }
p { color: rgb(231,207,255); }
H1.HeaderClassName
{
color: #E7CFFF;
}
.AnyTagClassName
{
color: #E7CFFF;
}
</style>
background-color css
<style>
a { background-color: #E7CFFF; }
a { background-color: rgb(231,207,255); }
div.DivClassName
{
background-color: #E7CFFF;
}
.BgClassName
{
background-color: #E7CFFF;
}
</style>
border-color css
<style>
span { border-color: #E7CFFF; }
span { border-color: rgb(231,207,255); }
td.TdClassName
{
border-color: #E7CFFF;
}
.TagClassName
{
border-color: #E7CFFF;
}
</style>