Shades of Blue Chalk #EACFF1
Tints of Blue Chalk #EACFF1
RGB
CMYK
RGB Variations
Color information
#EACFF1 (or 0xEACFF1) is known color: Blue Chalk. HEX triplet: EA, CF and F1. RGB value is (234,207,241). Sum of RGB (Red+Green+Blue) = 234+207+241=682 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.31% from 682); Green value is 207 (81.25% from 255 or 30.35% from 682); Blue value is 241 (94.53% from 255 or 35.34% from 682); Max value from RGB is 241 - color contains mainly: blue. Hex color #EACFF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACFF1 is #15300E. Grayscale: #DADADA. Windows color (decimal): -1388559 or 15847402. OLE color: 15847402.
HSL color Cylindrical-coordinate representation of color #EACFF1: hue angle of 287.65º degrees, saturation: 0.55, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EACFF1 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 207 | 241 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.05 |
| HSL | 287.65º | 0.55% | 0.88% | - |
| HSV(B) | 287.65º | 0.14% | 0.95% | - |
| XYZ | 72.12 | 68.47 | 92.63 | - |
| YUV | 218.95 | 140.45 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 241 | 0.03 | 0.14 | 0 | 0.05 | 287.65 | 0.55 | 0.88 |
| Hex | EA | CF | F1 | 3 | E | 0 | 5 | 120 | 37 | 58 |
| Octal | 352 | 317 | 361 | 3 | 16 | 0 | 5 | 440 | 67 | 130 |
| Binary | 11101010 | 11001111 | 11110001 | 11 | 1110 | 0 | 101 | 100100000 | 110111 | 1011000 |
Color Harmonies of #EACFF1
Complementary color
Monochromatic Colors of #EACFF1
Black with #EACFF1
Text Example
Text Example
White with #EACFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACFF1; }
p { color: rgb(234,207,241); }
H1.HeaderClassName
{
color: #EACFF1;
}
.AnyTagClassName
{
color: #EACFF1;
}
</style>
background-color css
<style>
a { background-color: #EACFF1; }
a { background-color: rgb(234,207,241); }
div.DivClassName
{
background-color: #EACFF1;
}
.BgClassName
{
background-color: #EACFF1;
}
</style>
border-color css
<style>
span { border-color: #EACFF1; }
span { border-color: rgb(234,207,241); }
td.TdClassName
{
border-color: #EACFF1;
}
.TagClassName
{
border-color: #EACFF1;
}
</style>