Shades of Blue Chalk #E4BDED
Tints of Blue Chalk #E4BDED
RGB
CMYK
RGB Variations
Color information
#E4BDED (or 0xE4BDED) is known color: Blue Chalk. HEX triplet: E4, BD and ED. RGB value is (228,189,237). Sum of RGB (Red+Green+Blue) = 228+189+237=654 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.86% from 654); Green value is 189 (74.22% from 255 or 28.90% from 654); Blue value is 237 (92.97% from 255 or 36.24% from 654); Max value from RGB is 237 - color contains mainly: blue. Hex color #E4BDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BDED is #1B4212. Grayscale: #CDCDCD. Windows color (decimal): -1786387 or 15580644. OLE color: 15580644.
HSL color Cylindrical-coordinate representation of color #E4BDED: hue angle of 288.75º 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 #E4BDED is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 228 | 189 | 237 | - |
CMYK | 0.04 | 0.20 | 0 | 0.07 |
HSL | 288.75º | 0.57% | 0.84% | - |
HSV(B) | 288.75º | 0.2% | 0.93% | - |
XYZ | 65.48 | 59 | 88.06 | - |
YUV | 206.13 | 145.42 | 143.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 189 | 237 | 0.04 | 0.20 | 0 | 0.07 | 288.75 | 0.57 | 0.84 |
Hex | E4 | BD | ED | 4 | 14 | 0 | 7 | 121 | 39 | 54 |
Octal | 344 | 275 | 355 | 4 | 24 | 0 | 7 | 441 | 71 | 124 |
Binary | 11100100 | 10111101 | 11101101 | 100 | 10100 | 0 | 111 | 100100001 | 111001 | 1010100 |
Color Harmonies of #E4BDED
Complementary color
Monochromatic Colors of #E4BDED
Black with #E4BDED
Text Example
Text Example
White with #E4BDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BDED; }
p { color: rgb(228,189,237); }
H1.HeaderClassName
{
color: #E4BDED;
}
.AnyTagClassName
{
color: #E4BDED;
}
</style>
background-color css
<style>
a { background-color: #E4BDED; }
a { background-color: rgb(228,189,237); }
div.DivClassName
{
background-color: #E4BDED;
}
.BgClassName
{
background-color: #E4BDED;
}
</style>
border-color css
<style>
span { border-color: #E4BDED; }
span { border-color: rgb(228,189,237); }
td.TdClassName
{
border-color: #E4BDED;
}
.TagClassName
{
border-color: #E4BDED;
}
</style>