Shades of Blue Chalk #E1CBEA
Tints of Blue Chalk #E1CBEA
RGB
CMYK
RGB Variations
Color information
#E1CBEA (or 0xE1CBEA) is known color: Blue Chalk. HEX triplet: E1, CB and EA. RGB value is (225,203,234). Sum of RGB (Red+Green+Blue) = 225+203+234=662 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.99% from 662); Green value is 203 (79.69% from 255 or 30.66% from 662); Blue value is 234 (91.80% from 255 or 35.35% from 662); Max value from RGB is 234 - color contains mainly: blue. Hex color #E1CBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CBEA is #1E3415. Grayscale: #D5D5D5. Windows color (decimal): -1979414 or 15387617. OLE color: 15387617.
HSL color Cylindrical-coordinate representation of color #E1CBEA: hue angle of 282.58º 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 #E1CBEA is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 203 | 234 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.08 |
| HSL | 282.58º | 0.42% | 0.86% | - |
| HSV(B) | 282.58º | 0.13% | 0.92% | - |
| XYZ | 67.26 | 64.66 | 86.78 | - |
| YUV | 213.11 | 139.79 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 203 | 234 | 0.04 | 0.13 | 0 | 0.08 | 282.58 | 0.42 | 0.86 |
| Hex | E1 | CB | EA | 4 | D | 0 | 8 | 11B | 2A | 56 |
| Octal | 341 | 313 | 352 | 4 | 15 | 0 | 10 | 433 | 52 | 126 |
| Binary | 11100001 | 11001011 | 11101010 | 100 | 1101 | 0 | 1000 | 100011011 | 101010 | 1010110 |
Color Harmonies of #E1CBEA
Complementary color
Monochromatic Colors of #E1CBEA
Black with #E1CBEA
Text Example
Text Example
White with #E1CBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CBEA; }
p { color: rgb(225,203,234); }
H1.HeaderClassName
{
color: #E1CBEA;
}
.AnyTagClassName
{
color: #E1CBEA;
}
</style>
background-color css
<style>
a { background-color: #E1CBEA; }
a { background-color: rgb(225,203,234); }
div.DivClassName
{
background-color: #E1CBEA;
}
.BgClassName
{
background-color: #E1CBEA;
}
</style>
border-color css
<style>
span { border-color: #E1CBEA; }
span { border-color: rgb(225,203,234); }
td.TdClassName
{
border-color: #E1CBEA;
}
.TagClassName
{
border-color: #E1CBEA;
}
</style>