Shades of Blue Chalk #EADAF7
Tints of Blue Chalk #EADAF7
RGB
CMYK
RGB Variations
Color information
#EADAF7 (or 0xEADAF7) is known color: Blue Chalk. HEX triplet: EA, DA and F7. RGB value is (234,218,247). Sum of RGB (Red+Green+Blue) = 234+218+247=699 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.48% from 699); Green value is 218 (85.55% from 255 or 31.19% from 699); Blue value is 247 (96.88% from 255 or 35.34% from 699); Max value from RGB is 247 - color contains mainly: blue. Hex color #EADAF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADAF7 is #152508. Grayscale: #E1E1E1. Windows color (decimal): -1385737 or 16243434. OLE color: 16243434.
HSL color Cylindrical-coordinate representation of color #EADAF7: hue angle of 273.1º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EADAF7 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 234 | 218 | 247 | - |
CMYK | 0.05 | 0.12 | 0 | 0.03 |
HSL | 273.1º | 0.64% | 0.91% | - |
HSV(B) | 273.1º | 0.12% | 0.97% | - |
XYZ | 75.79 | 74.35 | 98.35 | - |
YUV | 226.09 | 139.8 | 133.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 218 | 247 | 0.05 | 0.12 | 0 | 0.03 | 273.1 | 0.64 | 0.91 |
Hex | EA | DA | F7 | 5 | C | 0 | 3 | 111 | 40 | 5B |
Octal | 352 | 332 | 367 | 5 | 14 | 0 | 3 | 421 | 100 | 133 |
Binary | 11101010 | 11011010 | 11110111 | 101 | 1100 | 0 | 11 | 100010001 | 1000000 | 1011011 |
Color Harmonies of #EADAF7
Complementary color
Monochromatic Colors of #EADAF7
Black with #EADAF7
Text Example
Text Example
White with #EADAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADAF7; }
p { color: rgb(234,218,247); }
H1.HeaderClassName
{
color: #EADAF7;
}
.AnyTagClassName
{
color: #EADAF7;
}
</style>
background-color css
<style>
a { background-color: #EADAF7; }
a { background-color: rgb(234,218,247); }
div.DivClassName
{
background-color: #EADAF7;
}
.BgClassName
{
background-color: #EADAF7;
}
</style>
border-color css
<style>
span { border-color: #EADAF7; }
span { border-color: rgb(234,218,247); }
td.TdClassName
{
border-color: #EADAF7;
}
.TagClassName
{
border-color: #EADAF7;
}
</style>