Shades of Blue Chalk #EACDFC
Tints of Blue Chalk #EACDFC
RGB
CMYK
RGB Variations
Color information
#EACDFC (or 0xEACDFC) is known color: Blue Chalk. HEX triplet: EA, CD and FC. RGB value is (234,205,252). Sum of RGB (Red+Green+Blue) = 234+205+252=691 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.86% from 691); Green value is 205 (80.47% from 255 or 29.67% from 691); Blue value is 252 (98.83% from 255 or 36.47% from 691); Max value from RGB is 252 - color contains mainly: blue. Hex color #EACDFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACDFC is #153203. Grayscale: #DADADA. Windows color (decimal): -1389060 or 16567786. OLE color: 16567786.
HSL color Cylindrical-coordinate representation of color #EACDFC: hue angle of 277.02º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EACDFC is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 205 | 252 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.01 |
| HSL | 277.02º | 0.89% | 0.9% | - |
| HSV(B) | 277.02º | 0.19% | 0.99% | - |
| XYZ | 73.33 | 68.18 | 101.39 | - |
| YUV | 219.03 | 146.61 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 205 | 252 | 0.07 | 0.19 | 0 | 0.01 | 277.02 | 0.89 | 0.9 |
| Hex | EA | CD | FC | 7 | 13 | 0 | 1 | 115 | 59 | 5A |
| Octal | 352 | 315 | 374 | 7 | 23 | 0 | 1 | 425 | 131 | 132 |
| Binary | 11101010 | 11001101 | 11111100 | 111 | 10011 | 0 | 1 | 100010101 | 1011001 | 1011010 |
Color Harmonies of #EACDFC
Complementary color
Monochromatic Colors of #EACDFC
Black with #EACDFC
Text Example
Text Example
White with #EACDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACDFC; }
p { color: rgb(234,205,252); }
H1.HeaderClassName
{
color: #EACDFC;
}
.AnyTagClassName
{
color: #EACDFC;
}
</style>
background-color css
<style>
a { background-color: #EACDFC; }
a { background-color: rgb(234,205,252); }
div.DivClassName
{
background-color: #EACDFC;
}
.BgClassName
{
background-color: #EACDFC;
}
</style>
border-color css
<style>
span { border-color: #EACDFC; }
span { border-color: rgb(234,205,252); }
td.TdClassName
{
border-color: #EACDFC;
}
.TagClassName
{
border-color: #EACDFC;
}
</style>