Shades of Blue Chalk #E8DAFC
Tints of Blue Chalk #E8DAFC
RGB
CMYK
RGB Variations
Color information
#E8DAFC (or 0xE8DAFC) is known color: Blue Chalk. HEX triplet: E8, DA and FC. RGB value is (232,218,252). Sum of RGB (Red+Green+Blue) = 232+218+252=702 (92% of max value = 765). Red value is 232 (91.02% from 255 or 33.05% from 702); Green value is 218 (85.55% from 255 or 31.05% from 702); Blue value is 252 (98.83% from 255 or 35.90% from 702); Max value from RGB is 252 - color contains mainly: blue. Hex color #E8DAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8DAFC is #172503. Grayscale: #E1E1E1. Windows color (decimal): -1516804 or 16571112. OLE color: 16571112.
HSL color Cylindrical-coordinate representation of color #E8DAFC: hue angle of 264.71º 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 #E8DAFC is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 218 | 252 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.01 |
| HSL | 264.71º | 0.85% | 0.92% | - |
| HSV(B) | 264.71º | 0.13% | 0.99% | - |
| XYZ | 75.92 | 74.33 | 102.44 | - |
| YUV | 226.06 | 142.64 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 218 | 252 | 0.08 | 0.13 | 0 | 0.01 | 264.71 | 0.85 | 0.92 |
| Hex | E8 | DA | FC | 8 | D | 0 | 1 | 109 | 55 | 5C |
| Octal | 350 | 332 | 374 | 10 | 15 | 0 | 1 | 411 | 125 | 134 |
| Binary | 11101000 | 11011010 | 11111100 | 1000 | 1101 | 0 | 1 | 100001001 | 1010101 | 1011100 |
Color Harmonies of #E8DAFC
Complementary color
Monochromatic Colors of #E8DAFC
Black with #E8DAFC
Text Example
Text Example
White with #E8DAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DAFC; }
p { color: rgb(232,218,252); }
H1.HeaderClassName
{
color: #E8DAFC;
}
.AnyTagClassName
{
color: #E8DAFC;
}
</style>
background-color css
<style>
a { background-color: #E8DAFC; }
a { background-color: rgb(232,218,252); }
div.DivClassName
{
background-color: #E8DAFC;
}
.BgClassName
{
background-color: #E8DAFC;
}
</style>
border-color css
<style>
span { border-color: #E8DAFC; }
span { border-color: rgb(232,218,252); }
td.TdClassName
{
border-color: #E8DAFC;
}
.TagClassName
{
border-color: #E8DAFC;
}
</style>