Shades of Blue Chalk #E1CCE8
Tints of Blue Chalk #E1CCE8
RGB
CMYK
RGB Variations
Color information
#E1CCE8 (or 0xE1CCE8) is known color: Blue Chalk. HEX triplet: E1, CC and E8. RGB value is (225,204,232). Sum of RGB (Red+Green+Blue) = 225+204+232=661 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.04% from 661); Green value is 204 (80.08% from 255 or 30.86% from 661); Blue value is 232 (91.02% from 255 or 35.10% from 661); Max value from RGB is 232 - color contains mainly: blue. Hex color #E1CCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CCE8 is #1E3317. Grayscale: #D5D5D5. Windows color (decimal): -1979160 or 15256801. OLE color: 15256801.
HSL color Cylindrical-coordinate representation of color #E1CCE8: hue angle of 285º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E1CCE8 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 204 | 232 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.09 |
| HSL | 285º | 0.38% | 0.85% | - |
| HSV(B) | 285º | 0.12% | 0.91% | - |
| XYZ | 67.21 | 65.02 | 85.35 | - |
| YUV | 213.47 | 138.46 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 204 | 232 | 0.03 | 0.12 | 0 | 0.09 | 285 | 0.38 | 0.85 |
| Hex | E1 | CC | E8 | 3 | C | 0 | 9 | 11D | 26 | 55 |
| Octal | 341 | 314 | 350 | 3 | 14 | 0 | 11 | 435 | 46 | 125 |
| Binary | 11100001 | 11001100 | 11101000 | 11 | 1100 | 0 | 1001 | 100011101 | 100110 | 1010101 |
Color Harmonies of #E1CCE8
Complementary color
Monochromatic Colors of #E1CCE8
Black with #E1CCE8
Text Example
Text Example
White with #E1CCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CCE8; }
p { color: rgb(225,204,232); }
H1.HeaderClassName
{
color: #E1CCE8;
}
.AnyTagClassName
{
color: #E1CCE8;
}
</style>
background-color css
<style>
a { background-color: #E1CCE8; }
a { background-color: rgb(225,204,232); }
div.DivClassName
{
background-color: #E1CCE8;
}
.BgClassName
{
background-color: #E1CCE8;
}
</style>
border-color css
<style>
span { border-color: #E1CCE8; }
span { border-color: rgb(225,204,232); }
td.TdClassName
{
border-color: #E1CCE8;
}
.TagClassName
{
border-color: #E1CCE8;
}
</style>