Shades of Blue Chalk #EACDFF
Tints of Blue Chalk #EACDFF
RGB
CMYK
RGB Variations
Color information
#EACDFF (or 0xEACDFF) is known color: Blue Chalk. HEX triplet: EA, CD and FF. RGB value is (234,205,255). Sum of RGB (Red+Green+Blue) = 234+205+255=694 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.72% from 694); Green value is 205 (80.47% from 255 or 29.54% from 694); Blue value is 255 (100% from 255 or 36.74% from 694); Max value from RGB is 255 - color contains mainly: blue. Hex color #EACDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACDFF is #153200. Grayscale: #DBDBDB. Windows color (decimal): -1389057 or 16764394. OLE color: 16764394.
HSL color Cylindrical-coordinate representation of color #EACDFF: hue angle of 274.8º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EACDFF is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 205 | 255 | - |
| CMYK | 0.08 | 0.20 | 0 | 0 |
| HSL | 274.8º | 1% | 0.9% | - |
| HSV(B) | 274.8º | 0.2% | 1% | - |
| XYZ | 73.81 | 68.38 | 103.92 | - |
| YUV | 219.37 | 148.11 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 205 | 255 | 0.08 | 0.20 | 0 | 0 | 274.8 | 1 | 0.9 |
| Hex | EA | CD | FF | 8 | 14 | 0 | 0 | 113 | 64 | 5A |
| Octal | 352 | 315 | 377 | 10 | 24 | 0 | 0 | 423 | 144 | 132 |
| Binary | 11101010 | 11001101 | 11111111 | 1000 | 10100 | 0 | 0 | 100010011 | 1100100 | 1011010 |
Color Harmonies of #EACDFF
Complementary color
Monochromatic Colors of #EACDFF
Black with #EACDFF
Text Example
Text Example
White with #EACDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACDFF; }
p { color: rgb(234,205,255); }
H1.HeaderClassName
{
color: #EACDFF;
}
.AnyTagClassName
{
color: #EACDFF;
}
</style>
background-color css
<style>
a { background-color: #EACDFF; }
a { background-color: rgb(234,205,255); }
div.DivClassName
{
background-color: #EACDFF;
}
.BgClassName
{
background-color: #EACDFF;
}
</style>
border-color css
<style>
span { border-color: #EACDFF; }
span { border-color: rgb(234,205,255); }
td.TdClassName
{
border-color: #EACDFF;
}
.TagClassName
{
border-color: #EACDFF;
}
</style>