Shades of Blue Chalk #E8DAF9
Tints of Blue Chalk #E8DAF9
RGB
CMYK
RGB Variations
Color information
#E8DAF9 (or 0xE8DAF9) is known color: Blue Chalk. HEX triplet: E8, DA and F9. RGB value is (232,218,249). Sum of RGB (Red+Green+Blue) = 232+218+249=699 (92% of max value = 765). Red value is 232 (91.02% from 255 or 33.19% from 699); Green value is 218 (85.55% from 255 or 31.19% from 699); Blue value is 249 (97.66% from 255 or 35.62% from 699); Max value from RGB is 249 - color contains mainly: blue. Hex color #E8DAF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DAF9 is #172506. Grayscale: #E1E1E1. Windows color (decimal): -1516807 or 16374504. OLE color: 16374504.
HSL color Cylindrical-coordinate representation of color #E8DAF9: hue angle of 267.1º degrees, saturation: 0.72, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E8DAF9 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 218 | 249 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.02 |
| HSL | 267.1º | 0.72% | 0.92% | - |
| HSV(B) | 267.1º | 0.12% | 0.98% | - |
| XYZ | 75.45 | 74.14 | 99.96 | - |
| YUV | 225.72 | 141.14 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 218 | 249 | 0.07 | 0.12 | 0 | 0.02 | 267.1 | 0.72 | 0.92 |
| Hex | E8 | DA | F9 | 7 | C | 0 | 2 | 10B | 48 | 5C |
| Octal | 350 | 332 | 371 | 7 | 14 | 0 | 2 | 413 | 110 | 134 |
| Binary | 11101000 | 11011010 | 11111001 | 111 | 1100 | 0 | 10 | 100001011 | 1001000 | 1011100 |
Color Harmonies of #E8DAF9
Complementary color
Monochromatic Colors of #E8DAF9
Black with #E8DAF9
Text Example
Text Example
White with #E8DAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DAF9; }
p { color: rgb(232,218,249); }
H1.HeaderClassName
{
color: #E8DAF9;
}
.AnyTagClassName
{
color: #E8DAF9;
}
</style>
background-color css
<style>
a { background-color: #E8DAF9; }
a { background-color: rgb(232,218,249); }
div.DivClassName
{
background-color: #E8DAF9;
}
.BgClassName
{
background-color: #E8DAF9;
}
</style>
border-color css
<style>
span { border-color: #E8DAF9; }
span { border-color: rgb(232,218,249); }
td.TdClassName
{
border-color: #E8DAF9;
}
.TagClassName
{
border-color: #E8DAF9;
}
</style>