Shades of Blue Chalk #EAD9F9
Tints of Blue Chalk #EAD9F9
RGB
CMYK
RGB Variations
Color information
#EAD9F9 (or 0xEAD9F9) is known color: Blue Chalk. HEX triplet: EA, D9 and F9. RGB value is (234,217,249). Sum of RGB (Red+Green+Blue) = 234+217+249=700 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.43% from 700); Green value is 217 (85.16% from 255 or 31% from 700); Blue value is 249 (97.66% from 255 or 35.57% from 700); Max value from RGB is 249 - color contains mainly: blue. Hex color #EAD9F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD9F9 is #152606. Grayscale: #E1E1E1. Windows color (decimal): -1385991 or 16374250. OLE color: 16374250.
HSL color Cylindrical-coordinate representation of color #EAD9F9: hue angle of 271.88º degrees, saturation: 0.73, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EAD9F9 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 234 | 217 | 249 | - |
CMYK | 0.06 | 0.13 | 0 | 0.02 |
HSL | 271.88º | 0.73% | 0.91% | - |
HSV(B) | 271.88º | 0.13% | 0.98% | - |
XYZ | 75.84 | 73.96 | 99.9 | - |
YUV | 225.73 | 141.13 | 133.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 217 | 249 | 0.06 | 0.13 | 0 | 0.02 | 271.88 | 0.73 | 0.91 |
Hex | EA | D9 | F9 | 6 | D | 0 | 2 | 110 | 49 | 5B |
Octal | 352 | 331 | 371 | 6 | 15 | 0 | 2 | 420 | 111 | 133 |
Binary | 11101010 | 11011001 | 11111001 | 110 | 1101 | 0 | 10 | 100010000 | 1001001 | 1011011 |
Color Harmonies of #EAD9F9
Complementary color
Monochromatic Colors of #EAD9F9
Black with #EAD9F9
Text Example
Text Example
White with #EAD9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD9F9; }
p { color: rgb(234,217,249); }
H1.HeaderClassName
{
color: #EAD9F9;
}
.AnyTagClassName
{
color: #EAD9F9;
}
</style>
background-color css
<style>
a { background-color: #EAD9F9; }
a { background-color: rgb(234,217,249); }
div.DivClassName
{
background-color: #EAD9F9;
}
.BgClassName
{
background-color: #EAD9F9;
}
</style>
border-color css
<style>
span { border-color: #EAD9F9; }
span { border-color: rgb(234,217,249); }
td.TdClassName
{
border-color: #EAD9F9;
}
.TagClassName
{
border-color: #EAD9F9;
}
</style>