Shades of Blue Chalk #EBD8FA
Tints of Blue Chalk #EBD8FA
RGB
CMYK
RGB Variations
Color information
#EBD8FA (or 0xEBD8FA) is known color: Blue Chalk. HEX triplet: EB, D8 and FA. RGB value is (235,216,250). Sum of RGB (Red+Green+Blue) = 235+216+250=701 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.52% from 701); Green value is 216 (84.77% from 255 or 30.81% from 701); Blue value is 250 (98.05% from 255 or 35.66% from 701); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBD8FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD8FA is #142705. Grayscale: #E1E1E1. Windows color (decimal): -1320710 or 16439531. OLE color: 16439531.
HSL color Cylindrical-coordinate representation of color #EBD8FA: hue angle of 273.53º degrees, saturation: 0.77, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EBD8FA is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 235 | 216 | 250 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.02 |
| HSL | 273.53º | 0.77% | 0.91% | - |
| HSV(B) | 273.53º | 0.14% | 0.98% | - |
| XYZ | 76.07 | 73.68 | 100.65 | - |
| YUV | 225.56 | 141.79 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 216 | 250 | 0.06 | 0.14 | 0 | 0.02 | 273.53 | 0.77 | 0.91 |
| Hex | EB | D8 | FA | 6 | E | 0 | 2 | 112 | 4D | 5B |
| Octal | 353 | 330 | 372 | 6 | 16 | 0 | 2 | 422 | 115 | 133 |
| Binary | 11101011 | 11011000 | 11111010 | 110 | 1110 | 0 | 10 | 100010010 | 1001101 | 1011011 |
Color Harmonies of #EBD8FA
Complementary color
Monochromatic Colors of #EBD8FA
Black with #EBD8FA
Text Example
Text Example
White with #EBD8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD8FA; }
p { color: rgb(235,216,250); }
H1.HeaderClassName
{
color: #EBD8FA;
}
.AnyTagClassName
{
color: #EBD8FA;
}
</style>
background-color css
<style>
a { background-color: #EBD8FA; }
a { background-color: rgb(235,216,250); }
div.DivClassName
{
background-color: #EBD8FA;
}
.BgClassName
{
background-color: #EBD8FA;
}
</style>
border-color css
<style>
span { border-color: #EBD8FA; }
span { border-color: rgb(235,216,250); }
td.TdClassName
{
border-color: #EBD8FA;
}
.TagClassName
{
border-color: #EBD8FA;
}
</style>