Shades of Blue Chalk #E5DAF3
Tints of Blue Chalk #E5DAF3
RGB
CMYK
RGB Variations
Color information
#E5DAF3 (or 0xE5DAF3) is known color: Blue Chalk. HEX triplet: E5, DA and F3. RGB value is (229,218,243). Sum of RGB (Red+Green+Blue) = 229+218+243=690 (91% of max value = 765). Red value is 229 (89.84% from 255 or 33.19% from 690); Green value is 218 (85.55% from 255 or 31.59% from 690); Blue value is 243 (95.31% from 255 or 35.22% from 690); Max value from RGB is 243 - color contains mainly: blue. Hex color #E5DAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DAF3 is #1A250C. Grayscale: #E0E0E0. Windows color (decimal): -1713421 or 15981285. OLE color: 15981285.
HSL color Cylindrical-coordinate representation of color #E5DAF3: hue angle of 266.4º 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 #E5DAF3 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 229 | 218 | 243 | - |
CMYK | 0.06 | 0.10 | 0 | 0.05 |
HSL | 266.4º | 0.51% | 0.9% | - |
HSV(B) | 266.4º | 0.1% | 0.95% | - |
XYZ | 73.56 | 73.27 | 95.06 | - |
YUV | 224.14 | 138.64 | 131.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 218 | 243 | 0.06 | 0.10 | 0 | 0.05 | 266.4 | 0.51 | 0.9 |
Hex | E5 | DA | F3 | 6 | A | 0 | 5 | 10A | 33 | 5A |
Octal | 345 | 332 | 363 | 6 | 12 | 0 | 5 | 412 | 63 | 132 |
Binary | 11100101 | 11011010 | 11110011 | 110 | 1010 | 0 | 101 | 100001010 | 110011 | 1011010 |
Color Harmonies of #E5DAF3
Complementary color
Monochromatic Colors of #E5DAF3
Black with #E5DAF3
Text Example
Text Example
White with #E5DAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DAF3; }
p { color: rgb(229,218,243); }
H1.HeaderClassName
{
color: #E5DAF3;
}
.AnyTagClassName
{
color: #E5DAF3;
}
</style>
background-color css
<style>
a { background-color: #E5DAF3; }
a { background-color: rgb(229,218,243); }
div.DivClassName
{
background-color: #E5DAF3;
}
.BgClassName
{
background-color: #E5DAF3;
}
</style>
border-color css
<style>
span { border-color: #E5DAF3; }
span { border-color: rgb(229,218,243); }
td.TdClassName
{
border-color: #E5DAF3;
}
.TagClassName
{
border-color: #E5DAF3;
}
</style>