Shades of Blue Chalk #EADAF3
Tints of Blue Chalk #EADAF3
RGB
CMYK
RGB Variations
Color information
#EADAF3 (or 0xEADAF3) is known color: Blue Chalk. HEX triplet: EA, DA and F3. RGB value is (234,218,243). Sum of RGB (Red+Green+Blue) = 234+218+243=695 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.67% from 695); Green value is 218 (85.55% from 255 or 31.37% from 695); Blue value is 243 (95.31% from 255 or 34.96% from 695); Max value from RGB is 243 - color contains mainly: blue. Hex color #EADAF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADAF3 is #15250C. Grayscale: #E1E1E1. Windows color (decimal): -1385741 or 15981290. OLE color: 15981290.
HSL color Cylindrical-coordinate representation of color #EADAF3: hue angle of 278.4º 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 #EADAF3 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 234 | 218 | 243 | - |
CMYK | 0.04 | 0.10 | 0 | 0.05 |
HSL | 278.4º | 0.51% | 0.9% | - |
HSV(B) | 278.4º | 0.1% | 0.95% | - |
XYZ | 75.18 | 74.11 | 95.14 | - |
YUV | 225.63 | 137.8 | 133.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 218 | 243 | 0.04 | 0.10 | 0 | 0.05 | 278.4 | 0.51 | 0.9 |
Hex | EA | DA | F3 | 4 | A | 0 | 5 | 116 | 33 | 5A |
Octal | 352 | 332 | 363 | 4 | 12 | 0 | 5 | 426 | 63 | 132 |
Binary | 11101010 | 11011010 | 11110011 | 100 | 1010 | 0 | 101 | 100010110 | 110011 | 1011010 |
Color Harmonies of #EADAF3
Complementary color
Monochromatic Colors of #EADAF3
Black with #EADAF3
Text Example
Text Example
White with #EADAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADAF3; }
p { color: rgb(234,218,243); }
H1.HeaderClassName
{
color: #EADAF3;
}
.AnyTagClassName
{
color: #EADAF3;
}
</style>
background-color css
<style>
a { background-color: #EADAF3; }
a { background-color: rgb(234,218,243); }
div.DivClassName
{
background-color: #EADAF3;
}
.BgClassName
{
background-color: #EADAF3;
}
</style>
border-color css
<style>
span { border-color: #EADAF3; }
span { border-color: rgb(234,218,243); }
td.TdClassName
{
border-color: #EADAF3;
}
.TagClassName
{
border-color: #EADAF3;
}
</style>