Shades of Blue Chalk #E7DAF4
Tints of Blue Chalk #E7DAF4
RGB
CMYK
RGB Variations
Color information
#E7DAF4 (or 0xE7DAF4) is known color: Blue Chalk. HEX triplet: E7, DA and F4. RGB value is (231,218,244). Sum of RGB (Red+Green+Blue) = 231+218+244=693 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.33% from 693); Green value is 218 (85.55% from 255 or 31.46% from 693); Blue value is 244 (95.70% from 255 or 35.21% from 693); Max value from RGB is 244 - color contains mainly: blue. Hex color #E7DAF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DAF4 is #18250B. Grayscale: #E0E0E0. Windows color (decimal): -1582348 or 16046823. OLE color: 16046823.
HSL color Cylindrical-coordinate representation of color #E7DAF4: hue angle of 270º degrees, saturation: 0.54, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E7DAF4 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 231 | 218 | 244 | - |
CMYK | 0.05 | 0.11 | 0 | 0.04 |
HSL | 270º | 0.54% | 0.91% | - |
HSV(B) | 270º | 0.11% | 0.96% | - |
XYZ | 74.36 | 73.66 | 95.89 | - |
YUV | 224.85 | 138.81 | 132.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 218 | 244 | 0.05 | 0.11 | 0 | 0.04 | 270 | 0.54 | 0.91 |
Hex | E7 | DA | F4 | 5 | B | 0 | 4 | 10E | 36 | 5B |
Octal | 347 | 332 | 364 | 5 | 13 | 0 | 4 | 416 | 66 | 133 |
Binary | 11100111 | 11011010 | 11110100 | 101 | 1011 | 0 | 100 | 100001110 | 110110 | 1011011 |
Color Harmonies of #E7DAF4
Complementary color
Monochromatic Colors of #E7DAF4
Black with #E7DAF4
Text Example
Text Example
White with #E7DAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DAF4; }
p { color: rgb(231,218,244); }
H1.HeaderClassName
{
color: #E7DAF4;
}
.AnyTagClassName
{
color: #E7DAF4;
}
</style>
background-color css
<style>
a { background-color: #E7DAF4; }
a { background-color: rgb(231,218,244); }
div.DivClassName
{
background-color: #E7DAF4;
}
.BgClassName
{
background-color: #E7DAF4;
}
</style>
border-color css
<style>
span { border-color: #E7DAF4; }
span { border-color: rgb(231,218,244); }
td.TdClassName
{
border-color: #E7DAF4;
}
.TagClassName
{
border-color: #E7DAF4;
}
</style>