Shades of Blue Chalk #E5CEEC
Tints of Blue Chalk #E5CEEC
RGB
CMYK
RGB Variations
Color information
#E5CEEC (or 0xE5CEEC) is known color: Blue Chalk. HEX triplet: E5, CE and EC. RGB value is (229,206,236). Sum of RGB (Red+Green+Blue) = 229+206+236=671 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.13% from 671); Green value is 206 (80.86% from 255 or 30.70% from 671); Blue value is 236 (92.58% from 255 or 35.17% from 671); Max value from RGB is 236 - color contains mainly: blue. Hex color #E5CEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CEEC is #1A3113. Grayscale: #D8D8D8. Windows color (decimal): -1716500 or 15519461. OLE color: 15519461.
HSL color Cylindrical-coordinate representation of color #E5CEEC: hue angle of 286º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E5CEEC is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 229 | 206 | 236 | - |
CMYK | 0.03 | 0.13 | 0 | 0.07 |
HSL | 286º | 0.44% | 0.87% | - |
HSV(B) | 286º | 0.13% | 0.93% | - |
XYZ | 69.52 | 66.86 | 88.6 | - |
YUV | 216.3 | 139.12 | 137.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 206 | 236 | 0.03 | 0.13 | 0 | 0.07 | 286 | 0.44 | 0.87 |
Hex | E5 | CE | EC | 3 | D | 0 | 7 | 11E | 2C | 57 |
Octal | 345 | 316 | 354 | 3 | 15 | 0 | 7 | 436 | 54 | 127 |
Binary | 11100101 | 11001110 | 11101100 | 11 | 1101 | 0 | 111 | 100011110 | 101100 | 1010111 |
Color Harmonies of #E5CEEC
Complementary color
Monochromatic Colors of #E5CEEC
Black with #E5CEEC
Text Example
Text Example
White with #E5CEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CEEC; }
p { color: rgb(229,206,236); }
H1.HeaderClassName
{
color: #E5CEEC;
}
.AnyTagClassName
{
color: #E5CEEC;
}
</style>
background-color css
<style>
a { background-color: #E5CEEC; }
a { background-color: rgb(229,206,236); }
div.DivClassName
{
background-color: #E5CEEC;
}
.BgClassName
{
background-color: #E5CEEC;
}
</style>
border-color css
<style>
span { border-color: #E5CEEC; }
span { border-color: rgb(229,206,236); }
td.TdClassName
{
border-color: #E5CEEC;
}
.TagClassName
{
border-color: #E5CEEC;
}
</style>