Shades of Blue Chalk #EACCFB
Tints of Blue Chalk #EACCFB
RGB
CMYK
RGB Variations
Color information
#EACCFB (or 0xEACCFB) is known color: Blue Chalk. HEX triplet: EA, CC and FB. RGB value is (234,204,251). Sum of RGB (Red+Green+Blue) = 234+204+251=689 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.96% from 689); Green value is 204 (80.08% from 255 or 29.61% from 689); Blue value is 251 (98.44% from 255 or 36.43% from 689); Max value from RGB is 251 - color contains mainly: blue. Hex color #EACCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACCFB is #153304. Grayscale: #DADADA. Windows color (decimal): -1389317 or 16501994. OLE color: 16501994.
HSL color Cylindrical-coordinate representation of color #EACCFB: hue angle of 278.3º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EACCFB is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 204 | 251 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.02 |
| HSL | 278.3º | 0.85% | 0.89% | - |
| HSV(B) | 278.3º | 0.19% | 0.98% | - |
| XYZ | 72.94 | 67.64 | 100.48 | - |
| YUV | 218.33 | 146.44 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 251 | 0.07 | 0.19 | 0 | 0.02 | 278.3 | 0.85 | 0.89 |
| Hex | EA | CC | FB | 7 | 13 | 0 | 2 | 116 | 55 | 59 |
| Octal | 352 | 314 | 373 | 7 | 23 | 0 | 2 | 426 | 125 | 131 |
| Binary | 11101010 | 11001100 | 11111011 | 111 | 10011 | 0 | 10 | 100010110 | 1010101 | 1011001 |
Color Harmonies of #EACCFB
Complementary color
Monochromatic Colors of #EACCFB
Black with #EACCFB
Text Example
Text Example
White with #EACCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACCFB; }
p { color: rgb(234,204,251); }
H1.HeaderClassName
{
color: #EACCFB;
}
.AnyTagClassName
{
color: #EACCFB;
}
</style>
background-color css
<style>
a { background-color: #EACCFB; }
a { background-color: rgb(234,204,251); }
div.DivClassName
{
background-color: #EACCFB;
}
.BgClassName
{
background-color: #EACCFB;
}
</style>
border-color css
<style>
span { border-color: #EACCFB; }
span { border-color: rgb(234,204,251); }
td.TdClassName
{
border-color: #EACCFB;
}
.TagClassName
{
border-color: #EACCFB;
}
</style>