Shades of Blue Chalk #EECDFA
Tints of Blue Chalk #EECDFA
RGB
CMYK
RGB Variations
Color information
#EECDFA (or 0xEECDFA) is known color: Blue Chalk. HEX triplet: EE, CD and FA. RGB value is (238,205,250). Sum of RGB (Red+Green+Blue) = 238+205+250=693 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.34% from 693); Green value is 205 (80.47% from 255 or 29.58% from 693); Blue value is 250 (98.05% from 255 or 36.08% from 693); Max value from RGB is 250 - color contains mainly: blue. Hex color #EECDFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECDFA is #113205. Grayscale: #DBDBDB. Windows color (decimal): -1126918 or 16436718. OLE color: 16436718.
HSL color Cylindrical-coordinate representation of color #EECDFA: hue angle of 284º degrees, saturation: 0.82, 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 #EECDFA is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 205 | 250 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.02 |
| HSL | 284º | 0.82% | 0.89% | - |
| HSV(B) | 284º | 0.18% | 0.98% | - |
| XYZ | 74.35 | 68.74 | 99.79 | - |
| YUV | 220 | 144.93 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 205 | 250 | 0.05 | 0.18 | 0 | 0.02 | 284 | 0.82 | 0.89 |
| Hex | EE | CD | FA | 5 | 12 | 0 | 2 | 11C | 52 | 59 |
| Octal | 356 | 315 | 372 | 5 | 22 | 0 | 2 | 434 | 122 | 131 |
| Binary | 11101110 | 11001101 | 11111010 | 101 | 10010 | 0 | 10 | 100011100 | 1010010 | 1011001 |
Color Harmonies of #EECDFA
Complementary color
Monochromatic Colors of #EECDFA
Black with #EECDFA
Text Example
Text Example
White with #EECDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECDFA; }
p { color: rgb(238,205,250); }
H1.HeaderClassName
{
color: #EECDFA;
}
.AnyTagClassName
{
color: #EECDFA;
}
</style>
background-color css
<style>
a { background-color: #EECDFA; }
a { background-color: rgb(238,205,250); }
div.DivClassName
{
background-color: #EECDFA;
}
.BgClassName
{
background-color: #EECDFA;
}
</style>
border-color css
<style>
span { border-color: #EECDFA; }
span { border-color: rgb(238,205,250); }
td.TdClassName
{
border-color: #EECDFA;
}
.TagClassName
{
border-color: #EECDFA;
}
</style>