Shades of Blue Chalk #EACDF7
Tints of Blue Chalk #EACDF7
RGB
CMYK
RGB Variations
Color information
#EACDF7 (or 0xEACDF7) is known color: Blue Chalk. HEX triplet: EA, CD and F7. RGB value is (234,205,247). Sum of RGB (Red+Green+Blue) = 234+205+247=686 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.11% from 686); Green value is 205 (80.47% from 255 or 29.88% from 686); Blue value is 247 (96.88% from 255 or 36.01% from 686); Max value from RGB is 247 - color contains mainly: blue. Hex color #EACDF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACDF7 is #153208. Grayscale: #DADADA. Windows color (decimal): -1389065 or 16240106. OLE color: 16240106.
HSL color Cylindrical-coordinate representation of color #EACDF7: hue angle of 281.43º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EACDF7 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 234 | 205 | 247 | - |
| CMYK | 0.05 | 0.17 | 0 | 0.03 |
| HSL | 281.43º | 0.72% | 0.89% | - |
| HSV(B) | 281.43º | 0.17% | 0.97% | - |
| XYZ | 72.55 | 67.87 | 97.27 | - |
| YUV | 218.46 | 144.11 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 205 | 247 | 0.05 | 0.17 | 0 | 0.03 | 281.43 | 0.72 | 0.89 |
| Hex | EA | CD | F7 | 5 | 11 | 0 | 3 | 119 | 48 | 59 |
| Octal | 352 | 315 | 367 | 5 | 21 | 0 | 3 | 431 | 110 | 131 |
| Binary | 11101010 | 11001101 | 11110111 | 101 | 10001 | 0 | 11 | 100011001 | 1001000 | 1011001 |
Color Harmonies of #EACDF7
Complementary color
Monochromatic Colors of #EACDF7
Black with #EACDF7
Text Example
Text Example
White with #EACDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACDF7; }
p { color: rgb(234,205,247); }
H1.HeaderClassName
{
color: #EACDF7;
}
.AnyTagClassName
{
color: #EACDF7;
}
</style>
background-color css
<style>
a { background-color: #EACDF7; }
a { background-color: rgb(234,205,247); }
div.DivClassName
{
background-color: #EACDF7;
}
.BgClassName
{
background-color: #EACDF7;
}
</style>
border-color css
<style>
span { border-color: #EACDF7; }
span { border-color: rgb(234,205,247); }
td.TdClassName
{
border-color: #EACDF7;
}
.TagClassName
{
border-color: #EACDF7;
}
</style>