Shades of Blue Chalk #EECEF6
Tints of Blue Chalk #EECEF6
RGB
CMYK
RGB Variations
Color information
#EECEF6 (or 0xEECEF6) is known color: Blue Chalk. HEX triplet: EE, CE and F6. RGB value is (238,206,246). Sum of RGB (Red+Green+Blue) = 238+206+246=690 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.49% from 690); Green value is 206 (80.86% from 255 or 29.86% from 690); Blue value is 246 (96.48% from 255 or 35.65% from 690); Max value from RGB is 246 - color contains mainly: blue. Hex color #EECEF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECEF6 is #113109. Grayscale: #DCDCDC. Windows color (decimal): -1126666 or 16174830. OLE color: 16174830.
HSL color Cylindrical-coordinate representation of color #EECEF6: hue angle of 288º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EECEF6 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 206 | 246 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.04 |
| HSL | 288º | 0.69% | 0.89% | - |
| HSV(B) | 288º | 0.16% | 0.96% | - |
| XYZ | 73.97 | 68.97 | 96.6 | - |
| YUV | 220.13 | 142.6 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 206 | 246 | 0.03 | 0.16 | 0 | 0.04 | 288 | 0.69 | 0.89 |
| Hex | EE | CE | F6 | 3 | 10 | 0 | 4 | 120 | 45 | 59 |
| Octal | 356 | 316 | 366 | 3 | 20 | 0 | 4 | 440 | 105 | 131 |
| Binary | 11101110 | 11001110 | 11110110 | 11 | 10000 | 0 | 100 | 100100000 | 1000101 | 1011001 |
Color Harmonies of #EECEF6
Complementary color
Monochromatic Colors of #EECEF6
Black with #EECEF6
Text Example
Text Example
White with #EECEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECEF6; }
p { color: rgb(238,206,246); }
H1.HeaderClassName
{
color: #EECEF6;
}
.AnyTagClassName
{
color: #EECEF6;
}
</style>
background-color css
<style>
a { background-color: #EECEF6; }
a { background-color: rgb(238,206,246); }
div.DivClassName
{
background-color: #EECEF6;
}
.BgClassName
{
background-color: #EECEF6;
}
</style>
border-color css
<style>
span { border-color: #EECEF6; }
span { border-color: rgb(238,206,246); }
td.TdClassName
{
border-color: #EECEF6;
}
.TagClassName
{
border-color: #EECEF6;
}
</style>