Shades of Blue Chalk #EACDFB
Tints of Blue Chalk #EACDFB
RGB
CMYK
RGB Variations
Color information
#EACDFB (or 0xEACDFB) is known color: Blue Chalk. HEX triplet: EA, CD and FB. RGB value is (234,205,251). Sum of RGB (Red+Green+Blue) = 234+205+251=690 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.91% from 690); Green value is 205 (80.47% from 255 or 29.71% from 690); Blue value is 251 (98.44% from 255 or 36.38% from 690); Max value from RGB is 251 - color contains mainly: blue. Hex color #EACDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACDFB is #153204. Grayscale: #DADADA. Windows color (decimal): -1389061 or 16502250. OLE color: 16502250.
HSL color Cylindrical-coordinate representation of color #EACDFB: hue angle of 277.83º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EACDFB is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 205 | 251 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.02 |
| HSL | 277.83º | 0.85% | 0.89% | - |
| HSV(B) | 277.83º | 0.18% | 0.98% | - |
| XYZ | 73.18 | 68.12 | 100.56 | - |
| YUV | 218.92 | 146.11 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 205 | 251 | 0.07 | 0.18 | 0 | 0.02 | 277.83 | 0.85 | 0.89 |
| Hex | EA | CD | FB | 7 | 12 | 0 | 2 | 116 | 55 | 59 |
| Octal | 352 | 315 | 373 | 7 | 22 | 0 | 2 | 426 | 125 | 131 |
| Binary | 11101010 | 11001101 | 11111011 | 111 | 10010 | 0 | 10 | 100010110 | 1010101 | 1011001 |
Color Harmonies of #EACDFB
Complementary color
Monochromatic Colors of #EACDFB
Black with #EACDFB
Text Example
Text Example
White with #EACDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACDFB; }
p { color: rgb(234,205,251); }
H1.HeaderClassName
{
color: #EACDFB;
}
.AnyTagClassName
{
color: #EACDFB;
}
</style>
background-color css
<style>
a { background-color: #EACDFB; }
a { background-color: rgb(234,205,251); }
div.DivClassName
{
background-color: #EACDFB;
}
.BgClassName
{
background-color: #EACDFB;
}
</style>
border-color css
<style>
span { border-color: #EACDFB; }
span { border-color: rgb(234,205,251); }
td.TdClassName
{
border-color: #EACDFB;
}
.TagClassName
{
border-color: #EACDFB;
}
</style>