Shades of Blue Chalk #EACBFD
Tints of Blue Chalk #EACBFD
RGB
CMYK
RGB Variations
Color information
#EACBFD (or 0xEACBFD) is known color: Blue Chalk. HEX triplet: EA, CB and FD. RGB value is (234,203,253). Sum of RGB (Red+Green+Blue) = 234+203+253=690 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.91% from 690); Green value is 203 (79.69% from 255 or 29.42% from 690); Blue value is 253 (99.22% from 255 or 36.67% from 690); Max value from RGB is 253 - color contains mainly: blue. Hex color #EACBFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACBFD is #153402. Grayscale: #D9D9D9. Windows color (decimal): -1389571 or 16632810. OLE color: 16632810.
HSL color Cylindrical-coordinate representation of color #EACBFD: hue angle of 277.2º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EACBFD is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 203 | 253 | - |
| CMYK | 0.08 | 0.20 | 0 | 0.01 |
| HSL | 277.2º | 0.93% | 0.89% | - |
| HSV(B) | 277.2º | 0.2% | 0.99% | - |
| XYZ | 73.02 | 67.3 | 102.07 | - |
| YUV | 217.97 | 147.77 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 253 | 0.08 | 0.20 | 0 | 0.01 | 277.2 | 0.93 | 0.89 |
| Hex | EA | CB | FD | 8 | 14 | 0 | 1 | 115 | 5D | 59 |
| Octal | 352 | 313 | 375 | 10 | 24 | 0 | 1 | 425 | 135 | 131 |
| Binary | 11101010 | 11001011 | 11111101 | 1000 | 10100 | 0 | 1 | 100010101 | 1011101 | 1011001 |
Color Harmonies of #EACBFD
Complementary color
Monochromatic Colors of #EACBFD
Black with #EACBFD
Text Example
Text Example
White with #EACBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACBFD; }
p { color: rgb(234,203,253); }
H1.HeaderClassName
{
color: #EACBFD;
}
.AnyTagClassName
{
color: #EACBFD;
}
</style>
background-color css
<style>
a { background-color: #EACBFD; }
a { background-color: rgb(234,203,253); }
div.DivClassName
{
background-color: #EACBFD;
}
.BgClassName
{
background-color: #EACBFD;
}
</style>
border-color css
<style>
span { border-color: #EACBFD; }
span { border-color: rgb(234,203,253); }
td.TdClassName
{
border-color: #EACBFD;
}
.TagClassName
{
border-color: #EACBFD;
}
</style>