Shades of Blue Chalk #EADAF0
Tints of Blue Chalk #EADAF0
RGB
CMYK
RGB Variations
Color information
#EADAF0 (or 0xEADAF0) is known color: Blue Chalk. HEX triplet: EA, DA and F0. RGB value is (234,218,240). Sum of RGB (Red+Green+Blue) = 234+218+240=692 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.82% from 692); Green value is 218 (85.55% from 255 or 31.50% from 692); Blue value is 240 (94.14% from 255 or 34.68% from 692); Max value from RGB is 240 - color contains mainly: blue. Hex color #EADAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADAF0 is #15250F. Grayscale: #E1E1E1. Windows color (decimal): -1385744 or 15784682. OLE color: 15784682.
HSL color Cylindrical-coordinate representation of color #EADAF0: hue angle of 283.64º degrees, saturation: 0.42, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EADAF0 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 234 | 218 | 240 | - |
CMYK | 0.02 | 0.09 | 0 | 0.06 |
HSL | 283.64º | 0.42% | 0.9% | - |
HSV(B) | 283.64º | 0.09% | 0.94% | - |
XYZ | 74.73 | 73.93 | 92.77 | - |
YUV | 225.29 | 136.3 | 134.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 218 | 240 | 0.02 | 0.09 | 0 | 0.06 | 283.64 | 0.42 | 0.9 |
Hex | EA | DA | F0 | 2 | 9 | 0 | 6 | 11C | 2A | 5A |
Octal | 352 | 332 | 360 | 2 | 11 | 0 | 6 | 434 | 52 | 132 |
Binary | 11101010 | 11011010 | 11110000 | 10 | 1001 | 0 | 110 | 100011100 | 101010 | 1011010 |
Color Harmonies of #EADAF0
Complementary color
Monochromatic Colors of #EADAF0
Black with #EADAF0
Text Example
Text Example
White with #EADAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADAF0; }
p { color: rgb(234,218,240); }
H1.HeaderClassName
{
color: #EADAF0;
}
.AnyTagClassName
{
color: #EADAF0;
}
</style>
background-color css
<style>
a { background-color: #EADAF0; }
a { background-color: rgb(234,218,240); }
div.DivClassName
{
background-color: #EADAF0;
}
.BgClassName
{
background-color: #EADAF0;
}
</style>
border-color css
<style>
span { border-color: #EADAF0; }
span { border-color: rgb(234,218,240); }
td.TdClassName
{
border-color: #EADAF0;
}
.TagClassName
{
border-color: #EADAF0;
}
</style>