Shades of Blue Chalk #E9DAFC
Tints of Blue Chalk #E9DAFC
RGB
CMYK
RGB Variations
Color information
#E9DAFC (or 0xE9DAFC) is known color: Blue Chalk. HEX triplet: E9, DA and FC. RGB value is (233,218,252). Sum of RGB (Red+Green+Blue) = 233+218+252=703 (93% of max value = 765). Red value is 233 (91.41% from 255 or 33.14% from 703); Green value is 218 (85.55% from 255 or 31.01% from 703); Blue value is 252 (98.83% from 255 or 35.85% from 703); Max value from RGB is 252 - color contains mainly: blue. Hex color #E9DAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DAFC is #162503. Grayscale: #E2E2E2. Windows color (decimal): -1451268 or 16571113. OLE color: 16571113.
HSL color Cylindrical-coordinate representation of color #E9DAFC: hue angle of 266.47º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E9DAFC is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 218 | 252 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.01 |
| HSL | 266.47º | 0.85% | 0.92% | - |
| HSV(B) | 266.47º | 0.13% | 0.99% | - |
| XYZ | 76.25 | 74.49 | 102.46 | - |
| YUV | 226.36 | 142.47 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 218 | 252 | 0.08 | 0.13 | 0 | 0.01 | 266.47 | 0.85 | 0.92 |
| Hex | E9 | DA | FC | 8 | D | 0 | 1 | 10A | 55 | 5C |
| Octal | 351 | 332 | 374 | 10 | 15 | 0 | 1 | 412 | 125 | 134 |
| Binary | 11101001 | 11011010 | 11111100 | 1000 | 1101 | 0 | 1 | 100001010 | 1010101 | 1011100 |
Color Harmonies of #E9DAFC
Complementary color
Monochromatic Colors of #E9DAFC
Black with #E9DAFC
Text Example
Text Example
White with #E9DAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DAFC; }
p { color: rgb(233,218,252); }
H1.HeaderClassName
{
color: #E9DAFC;
}
.AnyTagClassName
{
color: #E9DAFC;
}
</style>
background-color css
<style>
a { background-color: #E9DAFC; }
a { background-color: rgb(233,218,252); }
div.DivClassName
{
background-color: #E9DAFC;
}
.BgClassName
{
background-color: #E9DAFC;
}
</style>
border-color css
<style>
span { border-color: #E9DAFC; }
span { border-color: rgb(233,218,252); }
td.TdClassName
{
border-color: #E9DAFC;
}
.TagClassName
{
border-color: #E9DAFC;
}
</style>