Shades of Blue Chalk #EECAFE
Tints of Blue Chalk #EECAFE
RGB
CMYK
RGB Variations
Color information
#EECAFE (or 0xEECAFE) is known color: Blue Chalk. HEX triplet: EE, CA and FE. RGB value is (238,202,254). Sum of RGB (Red+Green+Blue) = 238+202+254=694 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.29% from 694); Green value is 202 (79.30% from 255 or 29.11% from 694); Blue value is 254 (99.61% from 255 or 36.60% from 694); Max value from RGB is 254 - color contains mainly: blue. Hex color #EECAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECAFE is #113501. Grayscale: #DADADA. Windows color (decimal): -1127682 or 16698094. OLE color: 16698094.
HSL color Cylindrical-coordinate representation of color #EECAFE: hue angle of 281.54º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EECAFE is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 202 | 254 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.00 |
| HSL | 281.54º | 0.96% | 0.89% | - |
| HSV(B) | 281.54º | 0.2% | 1% | - |
| XYZ | 74.27 | 67.57 | 102.89 | - |
| YUV | 218.69 | 147.93 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 254 | 0.06 | 0.20 | 0 | 0.00 | 281.54 | 0.96 | 0.89 |
| Hex | EE | CA | FE | 6 | 14 | 0 | 0 | 11A | 60 | 59 |
| Octal | 356 | 312 | 376 | 6 | 24 | 0 | 0 | 432 | 140 | 131 |
| Binary | 11101110 | 11001010 | 11111110 | 110 | 10100 | 0 | 0 | 100011010 | 1100000 | 1011001 |
Color Harmonies of #EECAFE
Complementary color
Monochromatic Colors of #EECAFE
Black with #EECAFE
Text Example
Text Example
White with #EECAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECAFE; }
p { color: rgb(238,202,254); }
H1.HeaderClassName
{
color: #EECAFE;
}
.AnyTagClassName
{
color: #EECAFE;
}
</style>
background-color css
<style>
a { background-color: #EECAFE; }
a { background-color: rgb(238,202,254); }
div.DivClassName
{
background-color: #EECAFE;
}
.BgClassName
{
background-color: #EECAFE;
}
</style>
border-color css
<style>
span { border-color: #EECAFE; }
span { border-color: rgb(238,202,254); }
td.TdClassName
{
border-color: #EECAFE;
}
.TagClassName
{
border-color: #EECAFE;
}
</style>