Shades of Blue Chalk #E7DAF3
Tints of Blue Chalk #E7DAF3
RGB
CMYK
RGB Variations
Color information
#E7DAF3 (or 0xE7DAF3) is known color: Blue Chalk. HEX triplet: E7, DA and F3. RGB value is (231,218,243). Sum of RGB (Red+Green+Blue) = 231+218+243=692 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.38% from 692); Green value is 218 (85.55% from 255 or 31.50% from 692); Blue value is 243 (95.31% from 255 or 35.12% from 692); Max value from RGB is 243 - color contains mainly: blue. Hex color #E7DAF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DAF3 is #18250C. Grayscale: #E0E0E0. Windows color (decimal): -1582349 or 15981287. OLE color: 15981287.
HSL color Cylindrical-coordinate representation of color #E7DAF3: hue angle of 271.2º 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 #E7DAF3 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 231 | 218 | 243 | - |
CMYK | 0.05 | 0.10 | 0 | 0.05 |
HSL | 271.2º | 0.51% | 0.9% | - |
HSV(B) | 271.2º | 0.1% | 0.95% | - |
XYZ | 74.2 | 73.6 | 95.09 | - |
YUV | 224.74 | 138.31 | 132.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 218 | 243 | 0.05 | 0.10 | 0 | 0.05 | 271.2 | 0.51 | 0.9 |
Hex | E7 | DA | F3 | 5 | A | 0 | 5 | 10F | 33 | 5A |
Octal | 347 | 332 | 363 | 5 | 12 | 0 | 5 | 417 | 63 | 132 |
Binary | 11100111 | 11011010 | 11110011 | 101 | 1010 | 0 | 101 | 100001111 | 110011 | 1011010 |
Color Harmonies of #E7DAF3
Complementary color
Monochromatic Colors of #E7DAF3
Black with #E7DAF3
Text Example
Text Example
White with #E7DAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DAF3; }
p { color: rgb(231,218,243); }
H1.HeaderClassName
{
color: #E7DAF3;
}
.AnyTagClassName
{
color: #E7DAF3;
}
</style>
background-color css
<style>
a { background-color: #E7DAF3; }
a { background-color: rgb(231,218,243); }
div.DivClassName
{
background-color: #E7DAF3;
}
.BgClassName
{
background-color: #E7DAF3;
}
</style>
border-color css
<style>
span { border-color: #E7DAF3; }
span { border-color: rgb(231,218,243); }
td.TdClassName
{
border-color: #E7DAF3;
}
.TagClassName
{
border-color: #E7DAF3;
}
</style>