Shades of Blue Chalk #EECEFE
Tints of Blue Chalk #EECEFE
RGB
CMYK
RGB Variations
Color information
#EECEFE (or 0xEECEFE) is known color: Blue Chalk. HEX triplet: EE, CE and FE. RGB value is (238,206,254). Sum of RGB (Red+Green+Blue) = 238+206+254=698 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.10% from 698); Green value is 206 (80.86% from 255 or 29.51% from 698); Blue value is 254 (99.61% from 255 or 36.39% from 698); Max value from RGB is 254 - color contains mainly: blue. Hex color #EECEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECEFE is #113101. Grayscale: #DCDCDC. Windows color (decimal): -1126658 or 16699118. OLE color: 16699118.
HSL color Cylindrical-coordinate representation of color #EECEFE: hue angle of 280º 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 #EECEFE is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 206 | 254 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.00 |
| HSL | 280º | 0.96% | 0.9% | - |
| HSV(B) | 280º | 0.19% | 1% | - |
| XYZ | 75.22 | 69.48 | 103.21 | - |
| YUV | 221.04 | 146.6 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 206 | 254 | 0.06 | 0.19 | 0 | 0.00 | 280 | 0.96 | 0.9 |
| Hex | EE | CE | FE | 6 | 13 | 0 | 0 | 118 | 60 | 5A |
| Octal | 356 | 316 | 376 | 6 | 23 | 0 | 0 | 430 | 140 | 132 |
| Binary | 11101110 | 11001110 | 11111110 | 110 | 10011 | 0 | 0 | 100011000 | 1100000 | 1011010 |
Color Harmonies of #EECEFE
Complementary color
Monochromatic Colors of #EECEFE
Black with #EECEFE
Text Example
Text Example
White with #EECEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECEFE; }
p { color: rgb(238,206,254); }
H1.HeaderClassName
{
color: #EECEFE;
}
.AnyTagClassName
{
color: #EECEFE;
}
</style>
background-color css
<style>
a { background-color: #EECEFE; }
a { background-color: rgb(238,206,254); }
div.DivClassName
{
background-color: #EECEFE;
}
.BgClassName
{
background-color: #EECEFE;
}
</style>
border-color css
<style>
span { border-color: #EECEFE; }
span { border-color: rgb(238,206,254); }
td.TdClassName
{
border-color: #EECEFE;
}
.TagClassName
{
border-color: #EECEFE;
}
</style>