Shades of Blue Chalk #EECBF6
Tints of Blue Chalk #EECBF6
RGB
CMYK
RGB Variations
Color information
#EECBF6 (or 0xEECBF6) is known color: Blue Chalk. HEX triplet: EE, CB and F6. RGB value is (238,203,246). Sum of RGB (Red+Green+Blue) = 238+203+246=687 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.64% from 687); Green value is 203 (79.69% from 255 or 29.55% from 687); Blue value is 246 (96.48% from 255 or 35.81% from 687); Max value from RGB is 246 - color contains mainly: blue. Hex color #EECBF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECBF6 is #113409. Grayscale: #DADADA. Windows color (decimal): -1127434 or 16174062. OLE color: 16174062.
HSL color Cylindrical-coordinate representation of color #EECBF6: hue angle of 288.84º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EECBF6 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 203 | 246 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.04 |
| HSL | 288.84º | 0.7% | 0.88% | - |
| HSV(B) | 288.84º | 0.17% | 0.96% | - |
| XYZ | 73.25 | 67.54 | 96.37 | - |
| YUV | 218.37 | 143.6 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 246 | 0.03 | 0.17 | 0 | 0.04 | 288.84 | 0.7 | 0.88 |
| Hex | EE | CB | F6 | 3 | 11 | 0 | 4 | 121 | 46 | 58 |
| Octal | 356 | 313 | 366 | 3 | 21 | 0 | 4 | 441 | 106 | 130 |
| Binary | 11101110 | 11001011 | 11110110 | 11 | 10001 | 0 | 100 | 100100001 | 1000110 | 1011000 |
Color Harmonies of #EECBF6
Complementary color
Monochromatic Colors of #EECBF6
Black with #EECBF6
Text Example
Text Example
White with #EECBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECBF6; }
p { color: rgb(238,203,246); }
H1.HeaderClassName
{
color: #EECBF6;
}
.AnyTagClassName
{
color: #EECBF6;
}
</style>
background-color css
<style>
a { background-color: #EECBF6; }
a { background-color: rgb(238,203,246); }
div.DivClassName
{
background-color: #EECBF6;
}
.BgClassName
{
background-color: #EECBF6;
}
</style>
border-color css
<style>
span { border-color: #EECBF6; }
span { border-color: rgb(238,203,246); }
td.TdClassName
{
border-color: #EECBF6;
}
.TagClassName
{
border-color: #EECBF6;
}
</style>