Shades of Blue Chalk #EBD2FA
Tints of Blue Chalk #EBD2FA
RGB
CMYK
RGB Variations
Color information
#EBD2FA (or 0xEBD2FA) is known color: Blue Chalk. HEX triplet: EB, D2 and FA. RGB value is (235,210,250). Sum of RGB (Red+Green+Blue) = 235+210+250=695 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.81% from 695); Green value is 210 (82.42% from 255 or 30.22% from 695); Blue value is 250 (98.05% from 255 or 35.97% from 695); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBD2FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD2FA is #142D05. Grayscale: #DDDDDD. Windows color (decimal): -1322246 or 16437995. OLE color: 16437995.
HSL color Cylindrical-coordinate representation of color #EBD2FA: hue angle of 277.5º 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 #EBD2FA is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 235 | 210 | 250 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.02 |
| HSL | 277.5º | 0.8% | 0.9% | - |
| HSV(B) | 277.5º | 0.16% | 0.98% | - |
| XYZ | 74.56 | 70.66 | 100.15 | - |
| YUV | 222.04 | 143.78 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 210 | 250 | 0.06 | 0.16 | 0 | 0.02 | 277.5 | 0.8 | 0.9 |
| Hex | EB | D2 | FA | 6 | 10 | 0 | 2 | 116 | 50 | 5A |
| Octal | 353 | 322 | 372 | 6 | 20 | 0 | 2 | 426 | 120 | 132 |
| Binary | 11101011 | 11010010 | 11111010 | 110 | 10000 | 0 | 10 | 100010110 | 1010000 | 1011010 |
Color Harmonies of #EBD2FA
Complementary color
Monochromatic Colors of #EBD2FA
Black with #EBD2FA
Text Example
Text Example
White with #EBD2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD2FA; }
p { color: rgb(235,210,250); }
H1.HeaderClassName
{
color: #EBD2FA;
}
.AnyTagClassName
{
color: #EBD2FA;
}
</style>
background-color css
<style>
a { background-color: #EBD2FA; }
a { background-color: rgb(235,210,250); }
div.DivClassName
{
background-color: #EBD2FA;
}
.BgClassName
{
background-color: #EBD2FA;
}
</style>
border-color css
<style>
span { border-color: #EBD2FA; }
span { border-color: rgb(235,210,250); }
td.TdClassName
{
border-color: #EBD2FA;
}
.TagClassName
{
border-color: #EBD2FA;
}
</style>