Shades of Blue Chalk #EECBFC
Tints of Blue Chalk #EECBFC
RGB
CMYK
RGB Variations
Color information
#EECBFC (or 0xEECBFC) is known color: Blue Chalk. HEX triplet: EE, CB and FC. RGB value is (238,203,252). Sum of RGB (Red+Green+Blue) = 238+203+252=693 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.34% from 693); Green value is 203 (79.69% from 255 or 29.29% from 693); Blue value is 252 (98.83% from 255 or 36.36% from 693); Max value from RGB is 252 - color contains mainly: blue. Hex color #EECBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECBFC is #113403. Grayscale: #DADADA. Windows color (decimal): -1127428 or 16567278. OLE color: 16567278.
HSL color Cylindrical-coordinate representation of color #EECBFC: hue angle of 282.86º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EECBFC is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 203 | 252 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.01 |
| HSL | 282.86º | 0.89% | 0.89% | - |
| HSV(B) | 282.86º | 0.19% | 0.99% | - |
| XYZ | 74.19 | 67.92 | 101.29 | - |
| YUV | 219.05 | 146.6 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 252 | 0.06 | 0.19 | 0 | 0.01 | 282.86 | 0.89 | 0.89 |
| Hex | EE | CB | FC | 6 | 13 | 0 | 1 | 11B | 59 | 59 |
| Octal | 356 | 313 | 374 | 6 | 23 | 0 | 1 | 433 | 131 | 131 |
| Binary | 11101110 | 11001011 | 11111100 | 110 | 10011 | 0 | 1 | 100011011 | 1011001 | 1011001 |
Color Harmonies of #EECBFC
Complementary color
Monochromatic Colors of #EECBFC
Black with #EECBFC
Text Example
Text Example
White with #EECBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECBFC; }
p { color: rgb(238,203,252); }
H1.HeaderClassName
{
color: #EECBFC;
}
.AnyTagClassName
{
color: #EECBFC;
}
</style>
background-color css
<style>
a { background-color: #EECBFC; }
a { background-color: rgb(238,203,252); }
div.DivClassName
{
background-color: #EECBFC;
}
.BgClassName
{
background-color: #EECBFC;
}
</style>
border-color css
<style>
span { border-color: #EECBFC; }
span { border-color: rgb(238,203,252); }
td.TdClassName
{
border-color: #EECBFC;
}
.TagClassName
{
border-color: #EECBFC;
}
</style>