Shades of Blue Chalk #E7CCFF
Tints of Blue Chalk #E7CCFF
RGB
CMYK
RGB Variations
Color information
#E7CCFF (or 0xE7CCFF) is known color: Blue Chalk. HEX triplet: E7, CC and FF. RGB value is (231,204,255). Sum of RGB (Red+Green+Blue) = 231+204+255=690 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.48% from 690); Green value is 204 (80.08% from 255 or 29.57% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #E7CCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CCFF is #183300. Grayscale: #D9D9D9. Windows color (decimal): -1585921 or 16764135. OLE color: 16764135.
HSL color Cylindrical-coordinate representation of color #E7CCFF: hue angle of 271.76º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E7CCFF is Cyan = 0.09, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 204 | 255 | - |
| CMYK | 0.09 | 0.2 | 0 | 0 |
| HSL | 271.76º | 1% | 0.9% | - |
| HSV(B) | 271.76º | 0.2% | 1% | - |
| XYZ | 72.6 | 67.39 | 103.79 | - |
| YUV | 217.89 | 148.95 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 204 | 255 | 0.09 | 0.2 | 0 | 0 | 271.76 | 1 | 0.9 |
| Hex | E7 | CC | FF | 9 | 14 | 0 | 0 | 110 | 64 | 5A |
| Octal | 347 | 314 | 377 | 11 | 24 | 0 | 0 | 420 | 144 | 132 |
| Binary | 11100111 | 11001100 | 11111111 | 1001 | 10100 | 0 | 0 | 100010000 | 1100100 | 1011010 |
Color Harmonies of #E7CCFF
Complementary color
Monochromatic Colors of #E7CCFF
Black with #E7CCFF
Text Example
Text Example
White with #E7CCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CCFF; }
p { color: rgb(231,204,255); }
H1.HeaderClassName
{
color: #E7CCFF;
}
.AnyTagClassName
{
color: #E7CCFF;
}
</style>
background-color css
<style>
a { background-color: #E7CCFF; }
a { background-color: rgb(231,204,255); }
div.DivClassName
{
background-color: #E7CCFF;
}
.BgClassName
{
background-color: #E7CCFF;
}
</style>
border-color css
<style>
span { border-color: #E7CCFF; }
span { border-color: rgb(231,204,255); }
td.TdClassName
{
border-color: #E7CCFF;
}
.TagClassName
{
border-color: #E7CCFF;
}
</style>