Shades of Blue Chalk #E0BEED
Tints of Blue Chalk #E0BEED
RGB
CMYK
RGB Variations
Color information
#E0BEED (or 0xE0BEED) is known color: Blue Chalk. HEX triplet: E0, BE and ED. RGB value is (224,190,237). Sum of RGB (Red+Green+Blue) = 224+190+237=651 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.41% from 651); Green value is 190 (74.61% from 255 or 29.19% from 651); Blue value is 237 (92.97% from 255 or 36.41% from 651); Max value from RGB is 237 - color contains mainly: blue. Hex color #E0BEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BEED is #1F4112. Grayscale: #CDCDCD. Windows color (decimal): -2048275 or 15580896. OLE color: 15580896.
HSL color Cylindrical-coordinate representation of color #E0BEED: hue angle of 283.4º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E0BEED is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 190 | 237 | - |
| CMYK | 0.05 | 0.20 | 0 | 0.07 |
| HSL | 283.4º | 0.57% | 0.84% | - |
| HSV(B) | 283.4º | 0.2% | 0.93% | - |
| XYZ | 64.44 | 58.79 | 88.07 | - |
| YUV | 205.52 | 145.76 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 190 | 237 | 0.05 | 0.20 | 0 | 0.07 | 283.4 | 0.57 | 0.84 |
| Hex | E0 | BE | ED | 5 | 14 | 0 | 7 | 11B | 39 | 54 |
| Octal | 340 | 276 | 355 | 5 | 24 | 0 | 7 | 433 | 71 | 124 |
| Binary | 11100000 | 10111110 | 11101101 | 101 | 10100 | 0 | 111 | 100011011 | 111001 | 1010100 |
Color Harmonies of #E0BEED
Complementary color
Monochromatic Colors of #E0BEED
Black with #E0BEED
Text Example
Text Example
White with #E0BEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BEED; }
p { color: rgb(224,190,237); }
H1.HeaderClassName
{
color: #E0BEED;
}
.AnyTagClassName
{
color: #E0BEED;
}
</style>
background-color css
<style>
a { background-color: #E0BEED; }
a { background-color: rgb(224,190,237); }
div.DivClassName
{
background-color: #E0BEED;
}
.BgClassName
{
background-color: #E0BEED;
}
</style>
border-color css
<style>
span { border-color: #E0BEED; }
span { border-color: rgb(224,190,237); }
td.TdClassName
{
border-color: #E0BEED;
}
.TagClassName
{
border-color: #E0BEED;
}
</style>