Shades of Blue Chalk #EBD5FA
Tints of Blue Chalk #EBD5FA
RGB
CMYK
RGB Variations
Color information
#EBD5FA (or 0xEBD5FA) is known color: Blue Chalk. HEX triplet: EB, D5 and FA. RGB value is (235,213,250). Sum of RGB (Red+Green+Blue) = 235+213+250=698 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.67% from 698); Green value is 213 (83.59% from 255 or 30.52% from 698); Blue value is 250 (98.05% from 255 or 35.82% from 698); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBD5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD5FA is #142A05. Grayscale: #DFDFDF. Windows color (decimal): -1321478 or 16438763. OLE color: 16438763.
HSL color Cylindrical-coordinate representation of color #EBD5FA: hue angle of 275.68º degrees, saturation: 0.79, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EBD5FA is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 235 | 213 | 250 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.02 |
| HSL | 275.68º | 0.79% | 0.91% | - |
| HSV(B) | 275.68º | 0.15% | 0.98% | - |
| XYZ | 75.31 | 72.15 | 100.4 | - |
| YUV | 223.8 | 142.79 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 213 | 250 | 0.06 | 0.15 | 0 | 0.02 | 275.68 | 0.79 | 0.91 |
| Hex | EB | D5 | FA | 6 | F | 0 | 2 | 114 | 4F | 5B |
| Octal | 353 | 325 | 372 | 6 | 17 | 0 | 2 | 424 | 117 | 133 |
| Binary | 11101011 | 11010101 | 11111010 | 110 | 1111 | 0 | 10 | 100010100 | 1001111 | 1011011 |
Color Harmonies of #EBD5FA
Complementary color
Monochromatic Colors of #EBD5FA
Black with #EBD5FA
Text Example
Text Example
White with #EBD5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD5FA; }
p { color: rgb(235,213,250); }
H1.HeaderClassName
{
color: #EBD5FA;
}
.AnyTagClassName
{
color: #EBD5FA;
}
</style>
background-color css
<style>
a { background-color: #EBD5FA; }
a { background-color: rgb(235,213,250); }
div.DivClassName
{
background-color: #EBD5FA;
}
.BgClassName
{
background-color: #EBD5FA;
}
</style>
border-color css
<style>
span { border-color: #EBD5FA; }
span { border-color: rgb(235,213,250); }
td.TdClassName
{
border-color: #EBD5FA;
}
.TagClassName
{
border-color: #EBD5FA;
}
</style>