Shades of Blue Chalk #EAD9F6
Tints of Blue Chalk #EAD9F6
RGB
CMYK
RGB Variations
Color information
#EAD9F6 (or 0xEAD9F6) is known color: Blue Chalk. HEX triplet: EA, D9 and F6. RGB value is (234,217,246). Sum of RGB (Red+Green+Blue) = 234+217+246=697 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.57% from 697); Green value is 217 (85.16% from 255 or 31.13% from 697); Blue value is 246 (96.48% from 255 or 35.29% from 697); Max value from RGB is 246 - color contains mainly: blue. Hex color #EAD9F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD9F6 is #152609. Grayscale: #E1E1E1. Windows color (decimal): -1385994 or 16177642. OLE color: 16177642.
HSL color Cylindrical-coordinate representation of color #EAD9F6: hue angle of 275.17º degrees, saturation: 0.62, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EAD9F6 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 234 | 217 | 246 | - |
CMYK | 0.05 | 0.12 | 0 | 0.04 |
HSL | 275.17º | 0.62% | 0.91% | - |
HSV(B) | 275.17º | 0.12% | 0.96% | - |
XYZ | 75.38 | 73.77 | 97.46 | - |
YUV | 225.39 | 139.63 | 134.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 217 | 246 | 0.05 | 0.12 | 0 | 0.04 | 275.17 | 0.62 | 0.91 |
Hex | EA | D9 | F6 | 5 | C | 0 | 4 | 113 | 3E | 5B |
Octal | 352 | 331 | 366 | 5 | 14 | 0 | 4 | 423 | 76 | 133 |
Binary | 11101010 | 11011001 | 11110110 | 101 | 1100 | 0 | 100 | 100010011 | 111110 | 1011011 |
Color Harmonies of #EAD9F6
Complementary color
Monochromatic Colors of #EAD9F6
Black with #EAD9F6
Text Example
Text Example
White with #EAD9F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD9F6; }
p { color: rgb(234,217,246); }
H1.HeaderClassName
{
color: #EAD9F6;
}
.AnyTagClassName
{
color: #EAD9F6;
}
</style>
background-color css
<style>
a { background-color: #EAD9F6; }
a { background-color: rgb(234,217,246); }
div.DivClassName
{
background-color: #EAD9F6;
}
.BgClassName
{
background-color: #EAD9F6;
}
</style>
border-color css
<style>
span { border-color: #EAD9F6; }
span { border-color: rgb(234,217,246); }
td.TdClassName
{
border-color: #EAD9F6;
}
.TagClassName
{
border-color: #EAD9F6;
}
</style>