Shades of Blue Chalk #E8D4FF
Tints of Blue Chalk #E8D4FF
RGB
CMYK
RGB Variations
Color information
#E8D4FF (or 0xE8D4FF) is known color: Blue Chalk. HEX triplet: E8, D4 and FF. RGB value is (232,212,255). Sum of RGB (Red+Green+Blue) = 232+212+255=699 (92% of max value = 765). Red value is 232 (91.02% from 255 or 33.19% from 699); Green value is 212 (83.20% from 255 or 30.33% from 699); Blue value is 255 (100% from 255 or 36.48% from 699); Max value from RGB is 255 - color contains mainly: blue. Hex color #E8D4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D4FF is #172B00. Grayscale: #DEDEDE. Windows color (decimal): -1518337 or 16766184. OLE color: 16766184.
HSL color Cylindrical-coordinate representation of color #E8D4FF: hue angle of 267.91º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E8D4FF is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 212 | 255 | - |
| CMYK | 0.09 | 0.17 | 0 | 0 |
| HSL | 267.91º | 1% | 0.92% | - |
| HSV(B) | 267.91º | 0.17% | 1% | - |
| XYZ | 74.87 | 71.46 | 104.46 | - |
| YUV | 222.88 | 146.13 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 212 | 255 | 0.09 | 0.17 | 0 | 0 | 267.91 | 1 | 0.92 |
| Hex | E8 | D4 | FF | 9 | 11 | 0 | 0 | 10C | 64 | 5C |
| Octal | 350 | 324 | 377 | 11 | 21 | 0 | 0 | 414 | 144 | 134 |
| Binary | 11101000 | 11010100 | 11111111 | 1001 | 10001 | 0 | 0 | 100001100 | 1100100 | 1011100 |
Color Harmonies of #E8D4FF
Complementary color
Monochromatic Colors of #E8D4FF
Black with #E8D4FF
Text Example
Text Example
White with #E8D4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D4FF; }
p { color: rgb(232,212,255); }
H1.HeaderClassName
{
color: #E8D4FF;
}
.AnyTagClassName
{
color: #E8D4FF;
}
</style>
background-color css
<style>
a { background-color: #E8D4FF; }
a { background-color: rgb(232,212,255); }
div.DivClassName
{
background-color: #E8D4FF;
}
.BgClassName
{
background-color: #E8D4FF;
}
</style>
border-color css
<style>
span { border-color: #E8D4FF; }
span { border-color: rgb(232,212,255); }
td.TdClassName
{
border-color: #E8D4FF;
}
.TagClassName
{
border-color: #E8D4FF;
}
</style>