Shades of Blue Chalk #E1CCE9
Tints of Blue Chalk #E1CCE9
RGB
CMYK
RGB Variations
Color information
#E1CCE9 (or 0xE1CCE9) is known color: Blue Chalk. HEX triplet: E1, CC and E9. RGB value is (225,204,233). Sum of RGB (Red+Green+Blue) = 225+204+233=662 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.99% from 662); Green value is 204 (80.08% from 255 or 30.82% from 662); Blue value is 233 (91.41% from 255 or 35.20% from 662); Max value from RGB is 233 - color contains mainly: blue. Hex color #E1CCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CCE9 is #1E3316. Grayscale: #D5D5D5. Windows color (decimal): -1979159 or 15322337. OLE color: 15322337.
HSL color Cylindrical-coordinate representation of color #E1CCE9: hue angle of 283.45º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E1CCE9 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 204 | 233 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.09 |
| HSL | 283.45º | 0.4% | 0.86% | - |
| HSV(B) | 283.45º | 0.12% | 0.91% | - |
| XYZ | 67.35 | 65.08 | 86.1 | - |
| YUV | 213.59 | 138.96 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 204 | 233 | 0.03 | 0.12 | 0 | 0.09 | 283.45 | 0.4 | 0.86 |
| Hex | E1 | CC | E9 | 3 | C | 0 | 9 | 11B | 28 | 56 |
| Octal | 341 | 314 | 351 | 3 | 14 | 0 | 11 | 433 | 50 | 126 |
| Binary | 11100001 | 11001100 | 11101001 | 11 | 1100 | 0 | 1001 | 100011011 | 101000 | 1010110 |
Color Harmonies of #E1CCE9
Complementary color
Monochromatic Colors of #E1CCE9
Black with #E1CCE9
Text Example
Text Example
White with #E1CCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CCE9; }
p { color: rgb(225,204,233); }
H1.HeaderClassName
{
color: #E1CCE9;
}
.AnyTagClassName
{
color: #E1CCE9;
}
</style>
background-color css
<style>
a { background-color: #E1CCE9; }
a { background-color: rgb(225,204,233); }
div.DivClassName
{
background-color: #E1CCE9;
}
.BgClassName
{
background-color: #E1CCE9;
}
</style>
border-color css
<style>
span { border-color: #E1CCE9; }
span { border-color: rgb(225,204,233); }
td.TdClassName
{
border-color: #E1CCE9;
}
.TagClassName
{
border-color: #E1CCE9;
}
</style>