Shades of Blue Chalk #E5CBEE
Tints of Blue Chalk #E5CBEE
RGB
CMYK
RGB Variations
Color information
#E5CBEE (or 0xE5CBEE) is known color: Blue Chalk. HEX triplet: E5, CB and EE. RGB value is (229,203,238). Sum of RGB (Red+Green+Blue) = 229+203+238=670 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.18% from 670); Green value is 203 (79.69% from 255 or 30.30% from 670); Blue value is 238 (93.36% from 255 or 35.52% from 670); Max value from RGB is 238 - color contains mainly: blue. Hex color #E5CBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CBEE is #1A3411. Grayscale: #D6D6D6. Windows color (decimal): -1717266 or 15649765. OLE color: 15649765.
HSL color Cylindrical-coordinate representation of color #E5CBEE: hue angle of 284.57º 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 #E5CBEE is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 203 | 238 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.07 |
| HSL | 284.57º | 0.51% | 0.86% | - |
| HSV(B) | 284.57º | 0.15% | 0.93% | - |
| XYZ | 69.1 | 65.54 | 89.9 | - |
| YUV | 214.76 | 141.11 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 203 | 238 | 0.04 | 0.15 | 0 | 0.07 | 284.57 | 0.51 | 0.86 |
| Hex | E5 | CB | EE | 4 | F | 0 | 7 | 11D | 33 | 56 |
| Octal | 345 | 313 | 356 | 4 | 17 | 0 | 7 | 435 | 63 | 126 |
| Binary | 11100101 | 11001011 | 11101110 | 100 | 1111 | 0 | 111 | 100011101 | 110011 | 1010110 |
Color Harmonies of #E5CBEE
Complementary color
Monochromatic Colors of #E5CBEE
Black with #E5CBEE
Text Example
Text Example
White with #E5CBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CBEE; }
p { color: rgb(229,203,238); }
H1.HeaderClassName
{
color: #E5CBEE;
}
.AnyTagClassName
{
color: #E5CBEE;
}
</style>
background-color css
<style>
a { background-color: #E5CBEE; }
a { background-color: rgb(229,203,238); }
div.DivClassName
{
background-color: #E5CBEE;
}
.BgClassName
{
background-color: #E5CBEE;
}
</style>
border-color css
<style>
span { border-color: #E5CBEE; }
span { border-color: rgb(229,203,238); }
td.TdClassName
{
border-color: #E5CBEE;
}
.TagClassName
{
border-color: #E5CBEE;
}
</style>