Shades of Blue Chalk #E5CBF7
Tints of Blue Chalk #E5CBF7
RGB
CMYK
RGB Variations
Color information
#E5CBF7 (or 0xE5CBF7) is known color: Blue Chalk. HEX triplet: E5, CB and F7. RGB value is (229,203,247). Sum of RGB (Red+Green+Blue) = 229+203+247=679 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.73% from 679); Green value is 203 (79.69% from 255 or 29.90% from 679); Blue value is 247 (96.88% from 255 or 36.38% from 679); Max value from RGB is 247 - color contains mainly: blue. Hex color #E5CBF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CBF7 is #1A3408. Grayscale: #D7D7D7. Windows color (decimal): -1717257 or 16239589. OLE color: 16239589.
HSL color Cylindrical-coordinate representation of color #E5CBF7: hue angle of 275.45º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E5CBF7 is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 229 | 203 | 247 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.03 |
| HSL | 275.45º | 0.73% | 0.88% | - |
| HSV(B) | 275.45º | 0.18% | 0.97% | - |
| XYZ | 70.46 | 66.09 | 97.04 | - |
| YUV | 215.79 | 145.61 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 203 | 247 | 0.07 | 0.18 | 0 | 0.03 | 275.45 | 0.73 | 0.88 |
| Hex | E5 | CB | F7 | 7 | 12 | 0 | 3 | 113 | 49 | 58 |
| Octal | 345 | 313 | 367 | 7 | 22 | 0 | 3 | 423 | 111 | 130 |
| Binary | 11100101 | 11001011 | 11110111 | 111 | 10010 | 0 | 11 | 100010011 | 1001001 | 1011000 |
Color Harmonies of #E5CBF7
Complementary color
Monochromatic Colors of #E5CBF7
Black with #E5CBF7
Text Example
Text Example
White with #E5CBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CBF7; }
p { color: rgb(229,203,247); }
H1.HeaderClassName
{
color: #E5CBF7;
}
.AnyTagClassName
{
color: #E5CBF7;
}
</style>
background-color css
<style>
a { background-color: #E5CBF7; }
a { background-color: rgb(229,203,247); }
div.DivClassName
{
background-color: #E5CBF7;
}
.BgClassName
{
background-color: #E5CBF7;
}
</style>
border-color css
<style>
span { border-color: #E5CBF7; }
span { border-color: rgb(229,203,247); }
td.TdClassName
{
border-color: #E5CBF7;
}
.TagClassName
{
border-color: #E5CBF7;
}
</style>