Shades of Blue Chalk #E6DAF3
Tints of Blue Chalk #E6DAF3
RGB
CMYK
RGB Variations
Color information
#E6DAF3 (or 0xE6DAF3) is known color: Blue Chalk. HEX triplet: E6, DA and F3. RGB value is (230,218,243). Sum of RGB (Red+Green+Blue) = 230+218+243=691 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.29% from 691); Green value is 218 (85.55% from 255 or 31.55% from 691); Blue value is 243 (95.31% from 255 or 35.17% from 691); Max value from RGB is 243 - color contains mainly: blue. Hex color #E6DAF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DAF3 is #19250C. Grayscale: #E0E0E0. Windows color (decimal): -1647885 or 15981286. OLE color: 15981286.
HSL color Cylindrical-coordinate representation of color #E6DAF3: hue angle of 268.8º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E6DAF3 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 218 | 243 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.05 |
| HSL | 268.8º | 0.51% | 0.9% | - |
| HSV(B) | 268.8º | 0.1% | 0.95% | - |
| XYZ | 73.88 | 73.44 | 95.07 | - |
| YUV | 224.44 | 138.48 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 218 | 243 | 0.05 | 0.10 | 0 | 0.05 | 268.8 | 0.51 | 0.9 |
| Hex | E6 | DA | F3 | 5 | A | 0 | 5 | 10D | 33 | 5A |
| Octal | 346 | 332 | 363 | 5 | 12 | 0 | 5 | 415 | 63 | 132 |
| Binary | 11100110 | 11011010 | 11110011 | 101 | 1010 | 0 | 101 | 100001101 | 110011 | 1011010 |
Color Harmonies of #E6DAF3
Complementary color
Monochromatic Colors of #E6DAF3
Black with #E6DAF3
Text Example
Text Example
White with #E6DAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DAF3; }
p { color: rgb(230,218,243); }
H1.HeaderClassName
{
color: #E6DAF3;
}
.AnyTagClassName
{
color: #E6DAF3;
}
</style>
background-color css
<style>
a { background-color: #E6DAF3; }
a { background-color: rgb(230,218,243); }
div.DivClassName
{
background-color: #E6DAF3;
}
.BgClassName
{
background-color: #E6DAF3;
}
</style>
border-color css
<style>
span { border-color: #E6DAF3; }
span { border-color: rgb(230,218,243); }
td.TdClassName
{
border-color: #E6DAF3;
}
.TagClassName
{
border-color: #E6DAF3;
}
</style>