Shades of Blue Chalk #EACDF5
Tints of Blue Chalk #EACDF5
RGB
CMYK
RGB Variations
Color information
#EACDF5 (or 0xEACDF5) is known color: Blue Chalk. HEX triplet: EA, CD and F5. RGB value is (234,205,245). Sum of RGB (Red+Green+Blue) = 234+205+245=684 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.21% from 684); Green value is 205 (80.47% from 255 or 29.97% from 684); Blue value is 245 (96.09% from 255 or 35.82% from 684); Max value from RGB is 245 - color contains mainly: blue. Hex color #EACDF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACDF5 is #15320A. Grayscale: #DADADA. Windows color (decimal): -1389067 or 16109034. OLE color: 16109034.
HSL color Cylindrical-coordinate representation of color #EACDF5: hue angle of 283.5º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EACDF5 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 205 | 245 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.04 |
| HSL | 283.5º | 0.67% | 0.88% | - |
| HSV(B) | 283.5º | 0.16% | 0.96% | - |
| XYZ | 72.24 | 67.75 | 95.66 | - |
| YUV | 218.23 | 143.11 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 205 | 245 | 0.04 | 0.16 | 0 | 0.04 | 283.5 | 0.67 | 0.88 |
| Hex | EA | CD | F5 | 4 | 10 | 0 | 4 | 11C | 43 | 58 |
| Octal | 352 | 315 | 365 | 4 | 20 | 0 | 4 | 434 | 103 | 130 |
| Binary | 11101010 | 11001101 | 11110101 | 100 | 10000 | 0 | 100 | 100011100 | 1000011 | 1011000 |
Color Harmonies of #EACDF5
Complementary color
Monochromatic Colors of #EACDF5
Black with #EACDF5
Text Example
Text Example
White with #EACDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACDF5; }
p { color: rgb(234,205,245); }
H1.HeaderClassName
{
color: #EACDF5;
}
.AnyTagClassName
{
color: #EACDF5;
}
</style>
background-color css
<style>
a { background-color: #EACDF5; }
a { background-color: rgb(234,205,245); }
div.DivClassName
{
background-color: #EACDF5;
}
.BgClassName
{
background-color: #EACDF5;
}
</style>
border-color css
<style>
span { border-color: #EACDF5; }
span { border-color: rgb(234,205,245); }
td.TdClassName
{
border-color: #EACDF5;
}
.TagClassName
{
border-color: #EACDF5;
}
</style>