Shades of Blue Chalk #EAD9F4
Tints of Blue Chalk #EAD9F4
RGB
CMYK
RGB Variations
Color information
#EAD9F4 (or 0xEAD9F4) is known color: Blue Chalk. HEX triplet: EA, D9 and F4. RGB value is (234,217,244). Sum of RGB (Red+Green+Blue) = 234+217+244=695 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.67% from 695); Green value is 217 (85.16% from 255 or 31.22% from 695); Blue value is 244 (95.70% from 255 or 35.11% from 695); Max value from RGB is 244 - color contains mainly: blue. Hex color #EAD9F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD9F4 is #15260B. Grayscale: #E1E1E1. Windows color (decimal): -1385996 or 16046570. OLE color: 16046570.
HSL color Cylindrical-coordinate representation of color #EAD9F4: hue angle of 277.78º degrees, saturation: 0.55, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EAD9F4 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 234 | 217 | 244 | - |
CMYK | 0.04 | 0.11 | 0 | 0.04 |
HSL | 277.78º | 0.55% | 0.9% | - |
HSV(B) | 277.78º | 0.11% | 0.96% | - |
XYZ | 75.07 | 73.65 | 95.85 | - |
YUV | 225.16 | 138.63 | 134.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 217 | 244 | 0.04 | 0.11 | 0 | 0.04 | 277.78 | 0.55 | 0.9 |
Hex | EA | D9 | F4 | 4 | B | 0 | 4 | 116 | 37 | 5A |
Octal | 352 | 331 | 364 | 4 | 13 | 0 | 4 | 426 | 67 | 132 |
Binary | 11101010 | 11011001 | 11110100 | 100 | 1011 | 0 | 100 | 100010110 | 110111 | 1011010 |
Color Harmonies of #EAD9F4
Complementary color
Monochromatic Colors of #EAD9F4
Black with #EAD9F4
Text Example
Text Example
White with #EAD9F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD9F4; }
p { color: rgb(234,217,244); }
H1.HeaderClassName
{
color: #EAD9F4;
}
.AnyTagClassName
{
color: #EAD9F4;
}
</style>
background-color css
<style>
a { background-color: #EAD9F4; }
a { background-color: rgb(234,217,244); }
div.DivClassName
{
background-color: #EAD9F4;
}
.BgClassName
{
background-color: #EAD9F4;
}
</style>
border-color css
<style>
span { border-color: #EAD9F4; }
span { border-color: rgb(234,217,244); }
td.TdClassName
{
border-color: #EAD9F4;
}
.TagClassName
{
border-color: #EAD9F4;
}
</style>