Shades of Blue Chalk #EECFFB
Tints of Blue Chalk #EECFFB
RGB
CMYK
RGB Variations
Color information
#EECFFB (or 0xEECFFB) is known color: Blue Chalk. HEX triplet: EE, CF and FB. RGB value is (238,207,251). Sum of RGB (Red+Green+Blue) = 238+207+251=696 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.20% from 696); Green value is 207 (81.25% from 255 or 29.74% from 696); Blue value is 251 (98.44% from 255 or 36.06% from 696); Max value from RGB is 251 - color contains mainly: blue. Hex color #EECFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECFFB is #113004. Grayscale: #DDDDDD. Windows color (decimal): -1126405 or 16502766. OLE color: 16502766.
HSL color Cylindrical-coordinate representation of color #EECFFB: hue angle of 282.27º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EECFFB is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 207 | 251 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.02 |
| HSL | 282.27º | 0.85% | 0.9% | - |
| HSV(B) | 282.27º | 0.18% | 0.98% | - |
| XYZ | 74.99 | 69.77 | 100.78 | - |
| YUV | 221.29 | 144.77 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 207 | 251 | 0.05 | 0.18 | 0 | 0.02 | 282.27 | 0.85 | 0.9 |
| Hex | EE | CF | FB | 5 | 12 | 0 | 2 | 11A | 55 | 5A |
| Octal | 356 | 317 | 373 | 5 | 22 | 0 | 2 | 432 | 125 | 132 |
| Binary | 11101110 | 11001111 | 11111011 | 101 | 10010 | 0 | 10 | 100011010 | 1010101 | 1011010 |
Color Harmonies of #EECFFB
Complementary color
Monochromatic Colors of #EECFFB
Black with #EECFFB
Text Example
Text Example
White with #EECFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECFFB; }
p { color: rgb(238,207,251); }
H1.HeaderClassName
{
color: #EECFFB;
}
.AnyTagClassName
{
color: #EECFFB;
}
</style>
background-color css
<style>
a { background-color: #EECFFB; }
a { background-color: rgb(238,207,251); }
div.DivClassName
{
background-color: #EECFFB;
}
.BgClassName
{
background-color: #EECFFB;
}
</style>
border-color css
<style>
span { border-color: #EECFFB; }
span { border-color: rgb(238,207,251); }
td.TdClassName
{
border-color: #EECFFB;
}
.TagClassName
{
border-color: #EECFFB;
}
</style>