Shades of Blue Chalk #E6DAF0
Tints of Blue Chalk #E6DAF0
RGB
CMYK
RGB Variations
Color information
#E6DAF0 (or 0xE6DAF0) is known color: Blue Chalk. HEX triplet: E6, DA and F0. RGB value is (230,218,240). Sum of RGB (Red+Green+Blue) = 230+218+240=688 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.43% from 688); Green value is 218 (85.55% from 255 or 31.69% from 688); Blue value is 240 (94.14% from 255 or 34.88% from 688); Max value from RGB is 240 - color contains mainly: blue. Hex color #E6DAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DAF0 is #19250F. Grayscale: #E0E0E0. Windows color (decimal): -1647888 or 15784678. OLE color: 15784678.
HSL color Cylindrical-coordinate representation of color #E6DAF0: hue angle of 272.73º degrees, saturation: 0.42, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E6DAF0 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 218 | 240 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.06 |
| HSL | 272.73º | 0.42% | 0.9% | - |
| HSV(B) | 272.73º | 0.09% | 0.94% | - |
| XYZ | 73.43 | 73.26 | 92.71 | - |
| YUV | 224.1 | 136.98 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 218 | 240 | 0.04 | 0.09 | 0 | 0.06 | 272.73 | 0.42 | 0.9 |
| Hex | E6 | DA | F0 | 4 | 9 | 0 | 6 | 111 | 2A | 5A |
| Octal | 346 | 332 | 360 | 4 | 11 | 0 | 6 | 421 | 52 | 132 |
| Binary | 11100110 | 11011010 | 11110000 | 100 | 1001 | 0 | 110 | 100010001 | 101010 | 1011010 |
Color Harmonies of #E6DAF0
Complementary color
Monochromatic Colors of #E6DAF0
Black with #E6DAF0
Text Example
Text Example
White with #E6DAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DAF0; }
p { color: rgb(230,218,240); }
H1.HeaderClassName
{
color: #E6DAF0;
}
.AnyTagClassName
{
color: #E6DAF0;
}
</style>
background-color css
<style>
a { background-color: #E6DAF0; }
a { background-color: rgb(230,218,240); }
div.DivClassName
{
background-color: #E6DAF0;
}
.BgClassName
{
background-color: #E6DAF0;
}
</style>
border-color css
<style>
span { border-color: #E6DAF0; }
span { border-color: rgb(230,218,240); }
td.TdClassName
{
border-color: #E6DAF0;
}
.TagClassName
{
border-color: #E6DAF0;
}
</style>