Shades of Blue Chalk #E0CBE5
Tints of Blue Chalk #E0CBE5
RGB
CMYK
RGB Variations
Color information
#E0CBE5 (or 0xE0CBE5) is known color: Blue Chalk. HEX triplet: E0, CB and E5. RGB value is (224,203,229). Sum of RGB (Red+Green+Blue) = 224+203+229=656 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.15% from 656); Green value is 203 (79.69% from 255 or 30.95% from 656); Blue value is 229 (89.84% from 255 or 34.91% from 656); Max value from RGB is 229 - color contains mainly: blue. Hex color #E0CBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CBE5 is #1F341A. Grayscale: #D4D4D4. Windows color (decimal): -2044955 or 15059936. OLE color: 15059936.
HSL color Cylindrical-coordinate representation of color #E0CBE5: hue angle of 288.46º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E0CBE5 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 203 | 229 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.10 |
| HSL | 288.46º | 0.33% | 0.85% | - |
| HSV(B) | 288.46º | 0.11% | 0.9% | - |
| XYZ | 66.24 | 64.22 | 83.03 | - |
| YUV | 212.24 | 137.46 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 203 | 229 | 0.02 | 0.11 | 0 | 0.10 | 288.46 | 0.33 | 0.85 |
| Hex | E0 | CB | E5 | 2 | B | 0 | A | 120 | 21 | 55 |
| Octal | 340 | 313 | 345 | 2 | 13 | 0 | 12 | 440 | 41 | 125 |
| Binary | 11100000 | 11001011 | 11100101 | 10 | 1011 | 0 | 1010 | 100100000 | 100001 | 1010101 |
Color Harmonies of #E0CBE5
Complementary color
Monochromatic Colors of #E0CBE5
Black with #E0CBE5
Text Example
Text Example
White with #E0CBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CBE5; }
p { color: rgb(224,203,229); }
H1.HeaderClassName
{
color: #E0CBE5;
}
.AnyTagClassName
{
color: #E0CBE5;
}
</style>
background-color css
<style>
a { background-color: #E0CBE5; }
a { background-color: rgb(224,203,229); }
div.DivClassName
{
background-color: #E0CBE5;
}
.BgClassName
{
background-color: #E0CBE5;
}
</style>
border-color css
<style>
span { border-color: #E0CBE5; }
span { border-color: rgb(224,203,229); }
td.TdClassName
{
border-color: #E0CBE5;
}
.TagClassName
{
border-color: #E0CBE5;
}
</style>