Shades of Blue Chalk #E6DAF8
Tints of Blue Chalk #E6DAF8
RGB
CMYK
RGB Variations
Color information
#E6DAF8 (or 0xE6DAF8) is known color: Blue Chalk. HEX triplet: E6, DA and F8. RGB value is (230,218,248). Sum of RGB (Red+Green+Blue) = 230+218+248=696 (92% of max value = 765). Red value is 230 (90.23% from 255 or 33.05% from 696); Green value is 218 (85.55% from 255 or 31.32% from 696); Blue value is 248 (97.27% from 255 or 35.63% from 696); Max value from RGB is 248 - color contains mainly: blue. Hex color #E6DAF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DAF8 is #192507. Grayscale: #E0E0E0. Windows color (decimal): -1647880 or 16308966. OLE color: 16308966.
HSL color Cylindrical-coordinate representation of color #E6DAF8: hue angle of 264º degrees, saturation: 0.68, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E6DAF8 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 230 | 218 | 248 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.03 |
| HSL | 264º | 0.68% | 0.91% | - |
| HSV(B) | 264º | 0.12% | 0.97% | - |
| XYZ | 74.65 | 73.74 | 99.11 | - |
| YUV | 225.01 | 140.98 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 218 | 248 | 0.07 | 0.12 | 0 | 0.03 | 264 | 0.68 | 0.91 |
| Hex | E6 | DA | F8 | 7 | C | 0 | 3 | 108 | 44 | 5B |
| Octal | 346 | 332 | 370 | 7 | 14 | 0 | 3 | 410 | 104 | 133 |
| Binary | 11100110 | 11011010 | 11111000 | 111 | 1100 | 0 | 11 | 100001000 | 1000100 | 1011011 |
Color Harmonies of #E6DAF8
Complementary color
Monochromatic Colors of #E6DAF8
Black with #E6DAF8
Text Example
Text Example
White with #E6DAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DAF8; }
p { color: rgb(230,218,248); }
H1.HeaderClassName
{
color: #E6DAF8;
}
.AnyTagClassName
{
color: #E6DAF8;
}
</style>
background-color css
<style>
a { background-color: #E6DAF8; }
a { background-color: rgb(230,218,248); }
div.DivClassName
{
background-color: #E6DAF8;
}
.BgClassName
{
background-color: #E6DAF8;
}
</style>
border-color css
<style>
span { border-color: #E6DAF8; }
span { border-color: rgb(230,218,248); }
td.TdClassName
{
border-color: #E6DAF8;
}
.TagClassName
{
border-color: #E6DAF8;
}
</style>