Shades of Blue Chalk #EAD1FF
Tints of Blue Chalk #EAD1FF
RGB
CMYK
RGB Variations
Color information
#EAD1FF (or 0xEAD1FF) is known color: Blue Chalk. HEX triplet: EA, D1 and FF. RGB value is (234,209,255). Sum of RGB (Red+Green+Blue) = 234+209+255=698 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.52% from 698); Green value is 209 (82.03% from 255 or 29.94% from 698); Blue value is 255 (100% from 255 or 36.53% from 698); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAD1FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD1FF is #152E00. Grayscale: #DDDDDD. Windows color (decimal): -1388033 or 16765418. OLE color: 16765418.
HSL color Cylindrical-coordinate representation of color #EAD1FF: hue angle of 272.61º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EAD1FF is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 209 | 255 | - |
| CMYK | 0.08 | 0.18 | 0 | 0 |
| HSL | 272.61º | 1% | 0.91% | - |
| HSV(B) | 272.61º | 0.18% | 1% | - |
| XYZ | 74.78 | 70.31 | 104.24 | - |
| YUV | 221.72 | 146.78 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 209 | 255 | 0.08 | 0.18 | 0 | 0 | 272.61 | 1 | 0.91 |
| Hex | EA | D1 | FF | 8 | 12 | 0 | 0 | 111 | 64 | 5B |
| Octal | 352 | 321 | 377 | 10 | 22 | 0 | 0 | 421 | 144 | 133 |
| Binary | 11101010 | 11010001 | 11111111 | 1000 | 10010 | 0 | 0 | 100010001 | 1100100 | 1011011 |
Color Harmonies of #EAD1FF
Complementary color
Monochromatic Colors of #EAD1FF
Black with #EAD1FF
Text Example
Text Example
White with #EAD1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD1FF; }
p { color: rgb(234,209,255); }
H1.HeaderClassName
{
color: #EAD1FF;
}
.AnyTagClassName
{
color: #EAD1FF;
}
</style>
background-color css
<style>
a { background-color: #EAD1FF; }
a { background-color: rgb(234,209,255); }
div.DivClassName
{
background-color: #EAD1FF;
}
.BgClassName
{
background-color: #EAD1FF;
}
</style>
border-color css
<style>
span { border-color: #EAD1FF; }
span { border-color: rgb(234,209,255); }
td.TdClassName
{
border-color: #EAD1FF;
}
.TagClassName
{
border-color: #EAD1FF;
}
</style>