Shades of Blue Chalk #E0BDEB
Tints of Blue Chalk #E0BDEB
RGB
CMYK
RGB Variations
Color information
#E0BDEB (or 0xE0BDEB) is known color: Blue Chalk. HEX triplet: E0, BD and EB. RGB value is (224,189,235). Sum of RGB (Red+Green+Blue) = 224+189+235=648 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.57% from 648); Green value is 189 (74.22% from 255 or 29.17% from 648); Blue value is 235 (92.19% from 255 or 36.27% from 648); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0BDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BDEB is #1F4214. Grayscale: #CCCCCC. Windows color (decimal): -2048533 or 15449568. OLE color: 15449568.
HSL color Cylindrical-coordinate representation of color #E0BDEB: hue angle of 285.65º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E0BDEB is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 189 | 235 | - |
| CMYK | 0.05 | 0.20 | 0 | 0.08 |
| HSL | 285.65º | 0.53% | 0.83% | - |
| HSV(B) | 285.65º | 0.2% | 0.92% | - |
| XYZ | 63.93 | 58.24 | 86.47 | - |
| YUV | 204.71 | 145.1 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 189 | 235 | 0.05 | 0.20 | 0 | 0.08 | 285.65 | 0.53 | 0.83 |
| Hex | E0 | BD | EB | 5 | 14 | 0 | 8 | 11E | 35 | 53 |
| Octal | 340 | 275 | 353 | 5 | 24 | 0 | 10 | 436 | 65 | 123 |
| Binary | 11100000 | 10111101 | 11101011 | 101 | 10100 | 0 | 1000 | 100011110 | 110101 | 1010011 |
Color Harmonies of #E0BDEB
Complementary color
Monochromatic Colors of #E0BDEB
Black with #E0BDEB
Text Example
Text Example
White with #E0BDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BDEB; }
p { color: rgb(224,189,235); }
H1.HeaderClassName
{
color: #E0BDEB;
}
.AnyTagClassName
{
color: #E0BDEB;
}
</style>
background-color css
<style>
a { background-color: #E0BDEB; }
a { background-color: rgb(224,189,235); }
div.DivClassName
{
background-color: #E0BDEB;
}
.BgClassName
{
background-color: #E0BDEB;
}
</style>
border-color css
<style>
span { border-color: #E0BDEB; }
span { border-color: rgb(224,189,235); }
td.TdClassName
{
border-color: #E0BDEB;
}
.TagClassName
{
border-color: #E0BDEB;
}
</style>