Shades of Blue Chalk #EAD0F1
Tints of Blue Chalk #EAD0F1
RGB
CMYK
RGB Variations
Color information
#EAD0F1 (or 0xEAD0F1) is known color: Blue Chalk. HEX triplet: EA, D0 and F1. RGB value is (234,208,241). Sum of RGB (Red+Green+Blue) = 234+208+241=683 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.26% from 683); Green value is 208 (81.64% from 255 or 30.45% from 683); Blue value is 241 (94.53% from 255 or 35.29% from 683); Max value from RGB is 241 - color contains mainly: blue. Hex color #EAD0F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD0F1 is #152F0E. Grayscale: #DBDBDB. Windows color (decimal): -1388303 or 15847658. OLE color: 15847658.
HSL color Cylindrical-coordinate representation of color #EAD0F1: hue angle of 287.27º degrees, saturation: 0.54, 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 #EAD0F1 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 208 | 241 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.05 |
| HSL | 287.27º | 0.54% | 0.88% | - |
| HSV(B) | 287.27º | 0.14% | 0.95% | - |
| XYZ | 72.36 | 68.96 | 92.71 | - |
| YUV | 219.54 | 140.11 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 208 | 241 | 0.03 | 0.14 | 0 | 0.05 | 287.27 | 0.54 | 0.88 |
| Hex | EA | D0 | F1 | 3 | E | 0 | 5 | 11F | 36 | 58 |
| Octal | 352 | 320 | 361 | 3 | 16 | 0 | 5 | 437 | 66 | 130 |
| Binary | 11101010 | 11010000 | 11110001 | 11 | 1110 | 0 | 101 | 100011111 | 110110 | 1011000 |
Color Harmonies of #EAD0F1
Complementary color
Monochromatic Colors of #EAD0F1
Black with #EAD0F1
Text Example
Text Example
White with #EAD0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD0F1; }
p { color: rgb(234,208,241); }
H1.HeaderClassName
{
color: #EAD0F1;
}
.AnyTagClassName
{
color: #EAD0F1;
}
</style>
background-color css
<style>
a { background-color: #EAD0F1; }
a { background-color: rgb(234,208,241); }
div.DivClassName
{
background-color: #EAD0F1;
}
.BgClassName
{
background-color: #EAD0F1;
}
</style>
border-color css
<style>
span { border-color: #EAD0F1; }
span { border-color: rgb(234,208,241); }
td.TdClassName
{
border-color: #EAD0F1;
}
.TagClassName
{
border-color: #EAD0F1;
}
</style>