Shades of Blue Chalk #E5CBEC
Tints of Blue Chalk #E5CBEC
RGB
CMYK
RGB Variations
Color information
#E5CBEC (or 0xE5CBEC) is known color: Blue Chalk. HEX triplet: E5, CB and EC. RGB value is (229,203,236). Sum of RGB (Red+Green+Blue) = 229+203+236=668 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.28% from 668); Green value is 203 (79.69% from 255 or 30.39% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 236 - color contains mainly: blue. Hex color #E5CBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CBEC is #1A3413. Grayscale: #D6D6D6. Windows color (decimal): -1717268 or 15518693. OLE color: 15518693.
HSL color Cylindrical-coordinate representation of color #E5CBEC: hue angle of 287.27º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E5CBEC is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 203 | 236 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.07 |
| HSL | 287.27º | 0.46% | 0.86% | - |
| HSV(B) | 287.27º | 0.14% | 0.93% | - |
| XYZ | 68.81 | 65.43 | 88.36 | - |
| YUV | 214.54 | 140.11 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 203 | 236 | 0.03 | 0.14 | 0 | 0.07 | 287.27 | 0.46 | 0.86 |
| Hex | E5 | CB | EC | 3 | E | 0 | 7 | 11F | 2E | 56 |
| Octal | 345 | 313 | 354 | 3 | 16 | 0 | 7 | 437 | 56 | 126 |
| Binary | 11100101 | 11001011 | 11101100 | 11 | 1110 | 0 | 111 | 100011111 | 101110 | 1010110 |
Color Harmonies of #E5CBEC
Complementary color
Monochromatic Colors of #E5CBEC
Black with #E5CBEC
Text Example
Text Example
White with #E5CBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CBEC; }
p { color: rgb(229,203,236); }
H1.HeaderClassName
{
color: #E5CBEC;
}
.AnyTagClassName
{
color: #E5CBEC;
}
</style>
background-color css
<style>
a { background-color: #E5CBEC; }
a { background-color: rgb(229,203,236); }
div.DivClassName
{
background-color: #E5CBEC;
}
.BgClassName
{
background-color: #E5CBEC;
}
</style>
border-color css
<style>
span { border-color: #E5CBEC; }
span { border-color: rgb(229,203,236); }
td.TdClassName
{
border-color: #E5CBEC;
}
.TagClassName
{
border-color: #E5CBEC;
}
</style>