Shades of Blue Chalk #E1CBEE
Tints of Blue Chalk #E1CBEE
RGB
CMYK
RGB Variations
Color information
#E1CBEE (or 0xE1CBEE) is known color: Blue Chalk. HEX triplet: E1, CB and EE. RGB value is (225,203,238). Sum of RGB (Red+Green+Blue) = 225+203+238=666 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.78% from 666); Green value is 203 (79.69% from 255 or 30.48% from 666); Blue value is 238 (93.36% from 255 or 35.74% from 666); Max value from RGB is 238 - color contains mainly: blue. Hex color #E1CBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CBEE is #1E3411. Grayscale: #D5D5D5. Windows color (decimal): -1979410 or 15649761. OLE color: 15649761.
HSL color Cylindrical-coordinate representation of color #E1CBEE: hue angle of 277.71º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E1CBEE is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 203 | 238 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.07 |
| HSL | 277.71º | 0.51% | 0.86% | - |
| HSV(B) | 277.71º | 0.15% | 0.93% | - |
| XYZ | 67.84 | 64.89 | 89.84 | - |
| YUV | 213.57 | 141.79 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 203 | 238 | 0.05 | 0.15 | 0 | 0.07 | 277.71 | 0.51 | 0.86 |
| Hex | E1 | CB | EE | 5 | F | 0 | 7 | 116 | 33 | 56 |
| Octal | 341 | 313 | 356 | 5 | 17 | 0 | 7 | 426 | 63 | 126 |
| Binary | 11100001 | 11001011 | 11101110 | 101 | 1111 | 0 | 111 | 100010110 | 110011 | 1010110 |
Color Harmonies of #E1CBEE
Complementary color
Monochromatic Colors of #E1CBEE
Black with #E1CBEE
Text Example
Text Example
White with #E1CBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CBEE; }
p { color: rgb(225,203,238); }
H1.HeaderClassName
{
color: #E1CBEE;
}
.AnyTagClassName
{
color: #E1CBEE;
}
</style>
background-color css
<style>
a { background-color: #E1CBEE; }
a { background-color: rgb(225,203,238); }
div.DivClassName
{
background-color: #E1CBEE;
}
.BgClassName
{
background-color: #E1CBEE;
}
</style>
border-color css
<style>
span { border-color: #E1CBEE; }
span { border-color: rgb(225,203,238); }
td.TdClassName
{
border-color: #E1CBEE;
}
.TagClassName
{
border-color: #E1CBEE;
}
</style>