Shades of Blue Chalk #E1BEED
Tints of Blue Chalk #E1BEED
RGB
CMYK
RGB Variations
Color information
#E1BEED (or 0xE1BEED) is known color: Blue Chalk. HEX triplet: E1, BE and ED. RGB value is (225,190,237). Sum of RGB (Red+Green+Blue) = 225+190+237=652 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.51% from 652); Green value is 190 (74.61% from 255 or 29.14% from 652); Blue value is 237 (92.97% from 255 or 36.35% from 652); Max value from RGB is 237 - color contains mainly: blue. Hex color #E1BEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BEED is #1E4112. Grayscale: #CDCDCD. Windows color (decimal): -1982739 or 15580897. OLE color: 15580897.
HSL color Cylindrical-coordinate representation of color #E1BEED: hue angle of 284.68º 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 #E1BEED is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 190 | 237 | - |
| CMYK | 0.05 | 0.20 | 0 | 0.07 |
| HSL | 284.68º | 0.57% | 0.84% | - |
| HSV(B) | 284.68º | 0.2% | 0.93% | - |
| XYZ | 64.75 | 58.95 | 88.09 | - |
| YUV | 205.82 | 145.6 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 190 | 237 | 0.05 | 0.20 | 0 | 0.07 | 284.68 | 0.57 | 0.84 |
| Hex | E1 | BE | ED | 5 | 14 | 0 | 7 | 11D | 39 | 54 |
| Octal | 341 | 276 | 355 | 5 | 24 | 0 | 7 | 435 | 71 | 124 |
| Binary | 11100001 | 10111110 | 11101101 | 101 | 10100 | 0 | 111 | 100011101 | 111001 | 1010100 |
Color Harmonies of #E1BEED
Complementary color
Monochromatic Colors of #E1BEED
Black with #E1BEED
Text Example
Text Example
White with #E1BEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BEED; }
p { color: rgb(225,190,237); }
H1.HeaderClassName
{
color: #E1BEED;
}
.AnyTagClassName
{
color: #E1BEED;
}
</style>
background-color css
<style>
a { background-color: #E1BEED; }
a { background-color: rgb(225,190,237); }
div.DivClassName
{
background-color: #E1BEED;
}
.BgClassName
{
background-color: #E1BEED;
}
</style>
border-color css
<style>
span { border-color: #E1BEED; }
span { border-color: rgb(225,190,237); }
td.TdClassName
{
border-color: #E1BEED;
}
.TagClassName
{
border-color: #E1BEED;
}
</style>