Shades of Blue Chalk #EECFFE
Tints of Blue Chalk #EECFFE
RGB
CMYK
RGB Variations
Color information
#EECFFE (or 0xEECFFE) is known color: Blue Chalk. HEX triplet: EE, CF and FE. RGB value is (238,207,254). Sum of RGB (Red+Green+Blue) = 238+207+254=699 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.05% from 699); Green value is 207 (81.25% from 255 or 29.61% from 699); Blue value is 254 (99.61% from 255 or 36.34% from 699); Max value from RGB is 254 - color contains mainly: blue. Hex color #EECFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECFFE is #113001. Grayscale: #DDDDDD. Windows color (decimal): -1126402 or 16699374. OLE color: 16699374.
HSL color Cylindrical-coordinate representation of color #EECFFE: hue angle of 279.57º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EECFFE is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 207 | 254 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.00 |
| HSL | 279.57º | 0.96% | 0.9% | - |
| HSV(B) | 279.57º | 0.19% | 1% | - |
| XYZ | 75.46 | 69.96 | 103.29 | - |
| YUV | 221.63 | 146.27 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 207 | 254 | 0.06 | 0.19 | 0 | 0.00 | 279.57 | 0.96 | 0.9 |
| Hex | EE | CF | FE | 6 | 13 | 0 | 0 | 118 | 60 | 5A |
| Octal | 356 | 317 | 376 | 6 | 23 | 0 | 0 | 430 | 140 | 132 |
| Binary | 11101110 | 11001111 | 11111110 | 110 | 10011 | 0 | 0 | 100011000 | 1100000 | 1011010 |
Color Harmonies of #EECFFE
Complementary color
Monochromatic Colors of #EECFFE
Black with #EECFFE
Text Example
Text Example
White with #EECFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECFFE; }
p { color: rgb(238,207,254); }
H1.HeaderClassName
{
color: #EECFFE;
}
.AnyTagClassName
{
color: #EECFFE;
}
</style>
background-color css
<style>
a { background-color: #EECFFE; }
a { background-color: rgb(238,207,254); }
div.DivClassName
{
background-color: #EECFFE;
}
.BgClassName
{
background-color: #EECFFE;
}
</style>
border-color css
<style>
span { border-color: #EECFFE; }
span { border-color: rgb(238,207,254); }
td.TdClassName
{
border-color: #EECFFE;
}
.TagClassName
{
border-color: #EECFFE;
}
</style>