Shades of Blue Chalk #E1CBE9
Tints of Blue Chalk #E1CBE9
RGB
CMYK
RGB Variations
Color information
#E1CBE9 (or 0xE1CBE9) is known color: Blue Chalk. HEX triplet: E1, CB and E9. RGB value is (225,203,233). Sum of RGB (Red+Green+Blue) = 225+203+233=661 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.04% from 661); Green value is 203 (79.69% from 255 or 30.71% from 661); Blue value is 233 (91.41% from 255 or 35.25% from 661); Max value from RGB is 233 - color contains mainly: blue. Hex color #E1CBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CBE9 is #1E3416. Grayscale: #D4D4D4. Windows color (decimal): -1979415 or 15322081. OLE color: 15322081.
HSL color Cylindrical-coordinate representation of color #E1CBE9: hue angle of 284º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E1CBE9 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 203 | 233 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.09 |
| HSL | 284º | 0.41% | 0.85% | - |
| HSV(B) | 284º | 0.13% | 0.91% | - |
| XYZ | 67.12 | 64.6 | 86.02 | - |
| YUV | 213 | 139.29 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 203 | 233 | 0.03 | 0.13 | 0 | 0.09 | 284 | 0.41 | 0.85 |
| Hex | E1 | CB | E9 | 3 | D | 0 | 9 | 11C | 29 | 55 |
| Octal | 341 | 313 | 351 | 3 | 15 | 0 | 11 | 434 | 51 | 125 |
| Binary | 11100001 | 11001011 | 11101001 | 11 | 1101 | 0 | 1001 | 100011100 | 101001 | 1010101 |
Color Harmonies of #E1CBE9
Complementary color
Monochromatic Colors of #E1CBE9
Black with #E1CBE9
Text Example
Text Example
White with #E1CBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CBE9; }
p { color: rgb(225,203,233); }
H1.HeaderClassName
{
color: #E1CBE9;
}
.AnyTagClassName
{
color: #E1CBE9;
}
</style>
background-color css
<style>
a { background-color: #E1CBE9; }
a { background-color: rgb(225,203,233); }
div.DivClassName
{
background-color: #E1CBE9;
}
.BgClassName
{
background-color: #E1CBE9;
}
</style>
border-color css
<style>
span { border-color: #E1CBE9; }
span { border-color: rgb(225,203,233); }
td.TdClassName
{
border-color: #E1CBE9;
}
.TagClassName
{
border-color: #E1CBE9;
}
</style>