Shades of Blue Chalk #EECBFA
Tints of Blue Chalk #EECBFA
RGB
CMYK
RGB Variations
Color information
#EECBFA (or 0xEECBFA) is known color: Blue Chalk. HEX triplet: EE, CB and FA. RGB value is (238,203,250). Sum of RGB (Red+Green+Blue) = 238+203+250=691 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.44% from 691); Green value is 203 (79.69% from 255 or 29.38% from 691); Blue value is 250 (98.05% from 255 or 36.18% from 691); Max value from RGB is 250 - color contains mainly: blue. Hex color #EECBFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECBFA is #113405. Grayscale: #DADADA. Windows color (decimal): -1127430 or 16436206. OLE color: 16436206.
HSL color Cylindrical-coordinate representation of color #EECBFA: hue angle of 284.68º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EECBFA is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 203 | 250 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.02 |
| HSL | 284.68º | 0.82% | 0.89% | - |
| HSV(B) | 284.68º | 0.19% | 0.98% | - |
| XYZ | 73.87 | 67.79 | 99.63 | - |
| YUV | 218.82 | 145.6 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 250 | 0.05 | 0.19 | 0 | 0.02 | 284.68 | 0.82 | 0.89 |
| Hex | EE | CB | FA | 5 | 13 | 0 | 2 | 11D | 52 | 59 |
| Octal | 356 | 313 | 372 | 5 | 23 | 0 | 2 | 435 | 122 | 131 |
| Binary | 11101110 | 11001011 | 11111010 | 101 | 10011 | 0 | 10 | 100011101 | 1010010 | 1011001 |
Color Harmonies of #EECBFA
Complementary color
Monochromatic Colors of #EECBFA
Black with #EECBFA
Text Example
Text Example
White with #EECBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECBFA; }
p { color: rgb(238,203,250); }
H1.HeaderClassName
{
color: #EECBFA;
}
.AnyTagClassName
{
color: #EECBFA;
}
</style>
background-color css
<style>
a { background-color: #EECBFA; }
a { background-color: rgb(238,203,250); }
div.DivClassName
{
background-color: #EECBFA;
}
.BgClassName
{
background-color: #EECBFA;
}
</style>
border-color css
<style>
span { border-color: #EECBFA; }
span { border-color: rgb(238,203,250); }
td.TdClassName
{
border-color: #EECBFA;
}
.TagClassName
{
border-color: #EECBFA;
}
</style>