Shades of Blue Chalk #E4C2ED
Tints of Blue Chalk #E4C2ED
RGB
CMYK
RGB Variations
Color information
#E4C2ED (or 0xE4C2ED) is known color: Blue Chalk. HEX triplet: E4, C2 and ED. RGB value is (228,194,237). Sum of RGB (Red+Green+Blue) = 228+194+237=659 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.60% from 659); Green value is 194 (76.17% from 255 or 29.44% from 659); Blue value is 237 (92.97% from 255 or 35.96% from 659); Max value from RGB is 237 - color contains mainly: blue. Hex color #E4C2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4C2ED is #1B3D12. Grayscale: #D0D0D0. Windows color (decimal): -1785107 or 15581924. OLE color: 15581924.
HSL color Cylindrical-coordinate representation of color #E4C2ED: hue angle of 287.44º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E4C2ED is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 228 | 194 | 237 | - |
CMYK | 0.04 | 0.18 | 0 | 0.07 |
HSL | 287.44º | 0.54% | 0.85% | - |
HSV(B) | 287.44º | 0.18% | 0.93% | - |
XYZ | 66.57 | 61.19 | 88.42 | - |
YUV | 209.07 | 143.76 | 141.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 194 | 237 | 0.04 | 0.18 | 0 | 0.07 | 287.44 | 0.54 | 0.85 |
Hex | E4 | C2 | ED | 4 | 12 | 0 | 7 | 11F | 36 | 55 |
Octal | 344 | 302 | 355 | 4 | 22 | 0 | 7 | 437 | 66 | 125 |
Binary | 11100100 | 11000010 | 11101101 | 100 | 10010 | 0 | 111 | 100011111 | 110110 | 1010101 |
Color Harmonies of #E4C2ED
Complementary color
Monochromatic Colors of #E4C2ED
Black with #E4C2ED
Text Example
Text Example
White with #E4C2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C2ED; }
p { color: rgb(228,194,237); }
H1.HeaderClassName
{
color: #E4C2ED;
}
.AnyTagClassName
{
color: #E4C2ED;
}
</style>
background-color css
<style>
a { background-color: #E4C2ED; }
a { background-color: rgb(228,194,237); }
div.DivClassName
{
background-color: #E4C2ED;
}
.BgClassName
{
background-color: #E4C2ED;
}
</style>
border-color css
<style>
span { border-color: #E4C2ED; }
span { border-color: rgb(228,194,237); }
td.TdClassName
{
border-color: #E4C2ED;
}
.TagClassName
{
border-color: #E4C2ED;
}
</style>