Shades of Blue Chalk #EBD1FA
Tints of Blue Chalk #EBD1FA
RGB
CMYK
RGB Variations
Color information
#EBD1FA (or 0xEBD1FA) is known color: Blue Chalk. HEX triplet: EB, D1 and FA. RGB value is (235,209,250). Sum of RGB (Red+Green+Blue) = 235+209+250=694 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.86% from 694); Green value is 209 (82.03% from 255 or 30.12% from 694); Blue value is 250 (98.05% from 255 or 36.02% from 694); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBD1FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD1FA is #142E05. Grayscale: #DDDDDD. Windows color (decimal): -1322502 or 16437739. OLE color: 16437739.
HSL color Cylindrical-coordinate representation of color #EBD1FA: hue angle of 278.05º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EBD1FA is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 235 | 209 | 250 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.02 |
| HSL | 278.05º | 0.8% | 0.9% | - |
| HSV(B) | 278.05º | 0.16% | 0.98% | - |
| XYZ | 74.32 | 70.17 | 100.07 | - |
| YUV | 221.45 | 144.11 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 209 | 250 | 0.06 | 0.16 | 0 | 0.02 | 278.05 | 0.8 | 0.9 |
| Hex | EB | D1 | FA | 6 | 10 | 0 | 2 | 116 | 50 | 5A |
| Octal | 353 | 321 | 372 | 6 | 20 | 0 | 2 | 426 | 120 | 132 |
| Binary | 11101011 | 11010001 | 11111010 | 110 | 10000 | 0 | 10 | 100010110 | 1010000 | 1011010 |
Color Harmonies of #EBD1FA
Complementary color
Monochromatic Colors of #EBD1FA
Black with #EBD1FA
Text Example
Text Example
White with #EBD1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD1FA; }
p { color: rgb(235,209,250); }
H1.HeaderClassName
{
color: #EBD1FA;
}
.AnyTagClassName
{
color: #EBD1FA;
}
</style>
background-color css
<style>
a { background-color: #EBD1FA; }
a { background-color: rgb(235,209,250); }
div.DivClassName
{
background-color: #EBD1FA;
}
.BgClassName
{
background-color: #EBD1FA;
}
</style>
border-color css
<style>
span { border-color: #EBD1FA; }
span { border-color: rgb(235,209,250); }
td.TdClassName
{
border-color: #EBD1FA;
}
.TagClassName
{
border-color: #EBD1FA;
}
</style>