Shades of Blue Chalk #EACDF6
Tints of Blue Chalk #EACDF6
RGB
CMYK
RGB Variations
Color information
#EACDF6 (or 0xEACDF6) is known color: Blue Chalk. HEX triplet: EA, CD and F6. RGB value is (234,205,246). Sum of RGB (Red+Green+Blue) = 234+205+246=685 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.16% from 685); Green value is 205 (80.47% from 255 or 29.93% from 685); Blue value is 246 (96.48% from 255 or 35.91% from 685); Max value from RGB is 246 - color contains mainly: blue. Hex color #EACDF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACDF6 is #153209. Grayscale: #DADADA. Windows color (decimal): -1389066 or 16174570. OLE color: 16174570.
HSL color Cylindrical-coordinate representation of color #EACDF6: hue angle of 282.44º degrees, saturation: 0.69, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EACDF6 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 234 | 205 | 246 | - |
CMYK | 0.05 | 0.17 | 0 | 0.04 |
HSL | 282.44º | 0.69% | 0.88% | - |
HSV(B) | 282.44º | 0.17% | 0.96% | - |
XYZ | 72.4 | 67.81 | 96.46 | - |
YUV | 218.35 | 143.61 | 139.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 205 | 246 | 0.05 | 0.17 | 0 | 0.04 | 282.44 | 0.69 | 0.88 |
Hex | EA | CD | F6 | 5 | 11 | 0 | 4 | 11A | 45 | 58 |
Octal | 352 | 315 | 366 | 5 | 21 | 0 | 4 | 432 | 105 | 130 |
Binary | 11101010 | 11001101 | 11110110 | 101 | 10001 | 0 | 100 | 100011010 | 1000101 | 1011000 |
Color Harmonies of #EACDF6
Complementary color
Monochromatic Colors of #EACDF6
Black with #EACDF6
Text Example
Text Example
White with #EACDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACDF6; }
p { color: rgb(234,205,246); }
H1.HeaderClassName
{
color: #EACDF6;
}
.AnyTagClassName
{
color: #EACDF6;
}
</style>
background-color css
<style>
a { background-color: #EACDF6; }
a { background-color: rgb(234,205,246); }
div.DivClassName
{
background-color: #EACDF6;
}
.BgClassName
{
background-color: #EACDF6;
}
</style>
border-color css
<style>
span { border-color: #EACDF6; }
span { border-color: rgb(234,205,246); }
td.TdClassName
{
border-color: #EACDF6;
}
.TagClassName
{
border-color: #EACDF6;
}
</style>