Shades of Blue Chalk #EAD3F1
Tints of Blue Chalk #EAD3F1
RGB
CMYK
RGB Variations
Color information
#EAD3F1 (or 0xEAD3F1) is known color: Blue Chalk. HEX triplet: EA, D3 and F1. RGB value is (234,211,241). Sum of RGB (Red+Green+Blue) = 234+211+241=686 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.11% from 686); Green value is 211 (82.81% from 255 or 30.76% from 686); Blue value is 241 (94.53% from 255 or 35.13% from 686); Max value from RGB is 241 - color contains mainly: blue. Hex color #EAD3F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD3F1 is #152C0E. Grayscale: #DDDDDD. Windows color (decimal): -1387535 or 15848426. OLE color: 15848426.
HSL color Cylindrical-coordinate representation of color #EAD3F1: hue angle of 286º degrees, saturation: 0.52, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EAD3F1 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 211 | 241 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.05 |
| HSL | 286º | 0.52% | 0.89% | - |
| HSV(B) | 286º | 0.12% | 0.95% | - |
| XYZ | 73.1 | 70.43 | 92.96 | - |
| YUV | 221.3 | 139.12 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 211 | 241 | 0.03 | 0.12 | 0 | 0.05 | 286 | 0.52 | 0.89 |
| Hex | EA | D3 | F1 | 3 | C | 0 | 5 | 11E | 34 | 59 |
| Octal | 352 | 323 | 361 | 3 | 14 | 0 | 5 | 436 | 64 | 131 |
| Binary | 11101010 | 11010011 | 11110001 | 11 | 1100 | 0 | 101 | 100011110 | 110100 | 1011001 |
Color Harmonies of #EAD3F1
Complementary color
Monochromatic Colors of #EAD3F1
Black with #EAD3F1
Text Example
Text Example
White with #EAD3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD3F1; }
p { color: rgb(234,211,241); }
H1.HeaderClassName
{
color: #EAD3F1;
}
.AnyTagClassName
{
color: #EAD3F1;
}
</style>
background-color css
<style>
a { background-color: #EAD3F1; }
a { background-color: rgb(234,211,241); }
div.DivClassName
{
background-color: #EAD3F1;
}
.BgClassName
{
background-color: #EAD3F1;
}
</style>
border-color css
<style>
span { border-color: #EAD3F1; }
span { border-color: rgb(234,211,241); }
td.TdClassName
{
border-color: #EAD3F1;
}
.TagClassName
{
border-color: #EAD3F1;
}
</style>