Shades of Blue Chalk #E4C8ED
Tints of Blue Chalk #E4C8ED
RGB
CMYK
RGB Variations
Color information
#E4C8ED (or 0xE4C8ED) is known color: Blue Chalk. HEX triplet: E4, C8 and ED. RGB value is (228,200,237). Sum of RGB (Red+Green+Blue) = 228+200+237=665 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.29% from 665); Green value is 200 (78.52% from 255 or 30.08% from 665); Blue value is 237 (92.97% from 255 or 35.64% from 665); Max value from RGB is 237 - color contains mainly: blue. Hex color #E4C8ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4C8ED is #1B3712. Grayscale: #D4D4D4. Windows color (decimal): -1783571 or 15583460. OLE color: 15583460.
HSL color Cylindrical-coordinate representation of color #E4C8ED: hue angle of 285.41º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E4C8ED is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 200 | 237 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.07 |
| HSL | 285.41º | 0.51% | 0.86% | - |
| HSV(B) | 285.41º | 0.16% | 0.93% | - |
| XYZ | 67.94 | 63.92 | 88.88 | - |
| YUV | 212.59 | 141.78 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 200 | 237 | 0.04 | 0.16 | 0 | 0.07 | 285.41 | 0.51 | 0.86 |
| Hex | E4 | C8 | ED | 4 | 10 | 0 | 7 | 11D | 33 | 56 |
| Octal | 344 | 310 | 355 | 4 | 20 | 0 | 7 | 435 | 63 | 126 |
| Binary | 11100100 | 11001000 | 11101101 | 100 | 10000 | 0 | 111 | 100011101 | 110011 | 1010110 |
Color Harmonies of #E4C8ED
Complementary color
Monochromatic Colors of #E4C8ED
Black with #E4C8ED
Text Example
Text Example
White with #E4C8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C8ED; }
p { color: rgb(228,200,237); }
H1.HeaderClassName
{
color: #E4C8ED;
}
.AnyTagClassName
{
color: #E4C8ED;
}
</style>
background-color css
<style>
a { background-color: #E4C8ED; }
a { background-color: rgb(228,200,237); }
div.DivClassName
{
background-color: #E4C8ED;
}
.BgClassName
{
background-color: #E4C8ED;
}
</style>
border-color css
<style>
span { border-color: #E4C8ED; }
span { border-color: rgb(228,200,237); }
td.TdClassName
{
border-color: #E4C8ED;
}
.TagClassName
{
border-color: #E4C8ED;
}
</style>