Shades of Blue Chalk #E1CCEA
Tints of Blue Chalk #E1CCEA
RGB
CMYK
RGB Variations
Color information
#E1CCEA (or 0xE1CCEA) is known color: Blue Chalk. HEX triplet: E1, CC and EA. RGB value is (225,204,234). Sum of RGB (Red+Green+Blue) = 225+204+234=663 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.94% from 663); Green value is 204 (80.08% from 255 or 30.77% from 663); Blue value is 234 (91.80% from 255 or 35.29% from 663); Max value from RGB is 234 - color contains mainly: blue. Hex color #E1CCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CCEA is #1E3315. Grayscale: #D5D5D5. Windows color (decimal): -1979158 or 15387873. OLE color: 15387873.
HSL color Cylindrical-coordinate representation of color #E1CCEA: hue angle of 282º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E1CCEA is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 204 | 234 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.08 |
| HSL | 282º | 0.42% | 0.86% | - |
| HSV(B) | 282º | 0.13% | 0.92% | - |
| XYZ | 67.5 | 65.13 | 86.86 | - |
| YUV | 213.7 | 139.46 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 204 | 234 | 0.04 | 0.13 | 0 | 0.08 | 282 | 0.42 | 0.86 |
| Hex | E1 | CC | EA | 4 | D | 0 | 8 | 11A | 2A | 56 |
| Octal | 341 | 314 | 352 | 4 | 15 | 0 | 10 | 432 | 52 | 126 |
| Binary | 11100001 | 11001100 | 11101010 | 100 | 1101 | 0 | 1000 | 100011010 | 101010 | 1010110 |
Color Harmonies of #E1CCEA
Complementary color
Monochromatic Colors of #E1CCEA
Black with #E1CCEA
Text Example
Text Example
White with #E1CCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CCEA; }
p { color: rgb(225,204,234); }
H1.HeaderClassName
{
color: #E1CCEA;
}
.AnyTagClassName
{
color: #E1CCEA;
}
</style>
background-color css
<style>
a { background-color: #E1CCEA; }
a { background-color: rgb(225,204,234); }
div.DivClassName
{
background-color: #E1CCEA;
}
.BgClassName
{
background-color: #E1CCEA;
}
</style>
border-color css
<style>
span { border-color: #E1CCEA; }
span { border-color: rgb(225,204,234); }
td.TdClassName
{
border-color: #E1CCEA;
}
.TagClassName
{
border-color: #E1CCEA;
}
</style>