Shades of Blue Chalk #EACCFE
Tints of Blue Chalk #EACCFE
RGB
CMYK
RGB Variations
Color information
#EACCFE (or 0xEACCFE) is known color: Blue Chalk. HEX triplet: EA, CC and FE. RGB value is (234,204,254). Sum of RGB (Red+Green+Blue) = 234+204+254=692 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.82% from 692); Green value is 204 (80.08% from 255 or 29.48% from 692); Blue value is 254 (99.61% from 255 or 36.71% from 692); Max value from RGB is 254 - color contains mainly: blue. Hex color #EACCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACCFE is #153301. Grayscale: #DADADA. Windows color (decimal): -1389314 or 16698602. OLE color: 16698602.
HSL color Cylindrical-coordinate representation of color #EACCFE: hue angle of 276º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EACCFE is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 204 | 254 | - |
| CMYK | 0.08 | 0.20 | 0 | 0.00 |
| HSL | 276º | 0.96% | 0.9% | - |
| HSV(B) | 276º | 0.2% | 1% | - |
| XYZ | 73.41 | 67.83 | 102.99 | - |
| YUV | 218.67 | 147.94 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 254 | 0.08 | 0.20 | 0 | 0.00 | 276 | 0.96 | 0.9 |
| Hex | EA | CC | FE | 8 | 14 | 0 | 0 | 114 | 60 | 5A |
| Octal | 352 | 314 | 376 | 10 | 24 | 0 | 0 | 424 | 140 | 132 |
| Binary | 11101010 | 11001100 | 11111110 | 1000 | 10100 | 0 | 0 | 100010100 | 1100000 | 1011010 |
Color Harmonies of #EACCFE
Complementary color
Monochromatic Colors of #EACCFE
Black with #EACCFE
Text Example
Text Example
White with #EACCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACCFE; }
p { color: rgb(234,204,254); }
H1.HeaderClassName
{
color: #EACCFE;
}
.AnyTagClassName
{
color: #EACCFE;
}
</style>
background-color css
<style>
a { background-color: #EACCFE; }
a { background-color: rgb(234,204,254); }
div.DivClassName
{
background-color: #EACCFE;
}
.BgClassName
{
background-color: #EACCFE;
}
</style>
border-color css
<style>
span { border-color: #EACCFE; }
span { border-color: rgb(234,204,254); }
td.TdClassName
{
border-color: #EACCFE;
}
.TagClassName
{
border-color: #EACCFE;
}
</style>