Shades of Blue Chalk #EACEFB
Tints of Blue Chalk #EACEFB
RGB
CMYK
RGB Variations
Color information
#EACEFB (or 0xEACEFB) is known color: Blue Chalk. HEX triplet: EA, CE and FB. RGB value is (234,206,251). Sum of RGB (Red+Green+Blue) = 234+206+251=691 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.86% from 691); Green value is 206 (80.86% from 255 or 29.81% from 691); Blue value is 251 (98.44% from 255 or 36.32% from 691); Max value from RGB is 251 - color contains mainly: blue. Hex color #EACEFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACEFB is #153104. Grayscale: #DBDBDB. Windows color (decimal): -1388805 or 16502506. OLE color: 16502506.
HSL color Cylindrical-coordinate representation of color #EACEFB: hue angle of 277.33º 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 #EACEFB is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 206 | 251 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.02 |
| HSL | 277.33º | 0.85% | 0.9% | - |
| HSV(B) | 277.33º | 0.18% | 0.98% | - |
| XYZ | 73.42 | 68.6 | 100.64 | - |
| YUV | 219.5 | 145.78 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 251 | 0.07 | 0.18 | 0 | 0.02 | 277.33 | 0.85 | 0.9 |
| Hex | EA | CE | FB | 7 | 12 | 0 | 2 | 115 | 55 | 5A |
| Octal | 352 | 316 | 373 | 7 | 22 | 0 | 2 | 425 | 125 | 132 |
| Binary | 11101010 | 11001110 | 11111011 | 111 | 10010 | 0 | 10 | 100010101 | 1010101 | 1011010 |
Color Harmonies of #EACEFB
Complementary color
Monochromatic Colors of #EACEFB
Black with #EACEFB
Text Example
Text Example
White with #EACEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACEFB; }
p { color: rgb(234,206,251); }
H1.HeaderClassName
{
color: #EACEFB;
}
.AnyTagClassName
{
color: #EACEFB;
}
</style>
background-color css
<style>
a { background-color: #EACEFB; }
a { background-color: rgb(234,206,251); }
div.DivClassName
{
background-color: #EACEFB;
}
.BgClassName
{
background-color: #EACEFB;
}
</style>
border-color css
<style>
span { border-color: #EACEFB; }
span { border-color: rgb(234,206,251); }
td.TdClassName
{
border-color: #EACEFB;
}
.TagClassName
{
border-color: #EACEFB;
}
</style>