Shades of Blue Chalk #E7DAF2
Tints of Blue Chalk #E7DAF2
RGB
CMYK
RGB Variations
Color information
#E7DAF2 (or 0xE7DAF2) is known color: Blue Chalk. HEX triplet: E7, DA and F2. RGB value is (231,218,242). Sum of RGB (Red+Green+Blue) = 231+218+242=691 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.43% from 691); Green value is 218 (85.55% from 255 or 31.55% from 691); Blue value is 242 (94.92% from 255 or 35.02% from 691); Max value from RGB is 242 - color contains mainly: blue. Hex color #E7DAF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DAF2 is #18250D. Grayscale: #E0E0E0. Windows color (decimal): -1582350 or 15915751. OLE color: 15915751.
HSL color Cylindrical-coordinate representation of color #E7DAF2: hue angle of 272.5º degrees, saturation: 0.48, 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 #E7DAF2 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 218 | 242 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.05 |
| HSL | 272.5º | 0.48% | 0.9% | - |
| HSV(B) | 272.5º | 0.1% | 0.95% | - |
| XYZ | 74.05 | 73.54 | 94.3 | - |
| YUV | 224.62 | 137.81 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 218 | 242 | 0.05 | 0.10 | 0 | 0.05 | 272.5 | 0.48 | 0.9 |
| Hex | E7 | DA | F2 | 5 | A | 0 | 5 | 110 | 30 | 5A |
| Octal | 347 | 332 | 362 | 5 | 12 | 0 | 5 | 420 | 60 | 132 |
| Binary | 11100111 | 11011010 | 11110010 | 101 | 1010 | 0 | 101 | 100010000 | 110000 | 1011010 |
Color Harmonies of #E7DAF2
Complementary color
Monochromatic Colors of #E7DAF2
Black with #E7DAF2
Text Example
Text Example
White with #E7DAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DAF2; }
p { color: rgb(231,218,242); }
H1.HeaderClassName
{
color: #E7DAF2;
}
.AnyTagClassName
{
color: #E7DAF2;
}
</style>
background-color css
<style>
a { background-color: #E7DAF2; }
a { background-color: rgb(231,218,242); }
div.DivClassName
{
background-color: #E7DAF2;
}
.BgClassName
{
background-color: #E7DAF2;
}
</style>
border-color css
<style>
span { border-color: #E7DAF2; }
span { border-color: rgb(231,218,242); }
td.TdClassName
{
border-color: #E7DAF2;
}
.TagClassName
{
border-color: #E7DAF2;
}
</style>