Shades of Blue Chalk #EBD3FA
Tints of Blue Chalk #EBD3FA
RGB
CMYK
RGB Variations
Color information
#EBD3FA (or 0xEBD3FA) is known color: Blue Chalk. HEX triplet: EB, D3 and FA. RGB value is (235,211,250). Sum of RGB (Red+Green+Blue) = 235+211+250=696 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.76% from 696); Green value is 211 (82.81% from 255 or 30.32% from 696); Blue value is 250 (98.05% from 255 or 35.92% from 696); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBD3FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD3FA is #142C05. Grayscale: #DEDEDE. Windows color (decimal): -1321990 or 16438251. OLE color: 16438251.
HSL color Cylindrical-coordinate representation of color #EBD3FA: hue angle of 276.92º 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 #EBD3FA is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 235 | 211 | 250 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.02 |
| HSL | 276.92º | 0.8% | 0.9% | - |
| HSV(B) | 276.92º | 0.16% | 0.98% | - |
| XYZ | 74.81 | 71.15 | 100.23 | - |
| YUV | 222.62 | 143.45 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 211 | 250 | 0.06 | 0.16 | 0 | 0.02 | 276.92 | 0.8 | 0.9 |
| Hex | EB | D3 | FA | 6 | 10 | 0 | 2 | 115 | 50 | 5A |
| Octal | 353 | 323 | 372 | 6 | 20 | 0 | 2 | 425 | 120 | 132 |
| Binary | 11101011 | 11010011 | 11111010 | 110 | 10000 | 0 | 10 | 100010101 | 1010000 | 1011010 |
Color Harmonies of #EBD3FA
Complementary color
Monochromatic Colors of #EBD3FA
Black with #EBD3FA
Text Example
Text Example
White with #EBD3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD3FA; }
p { color: rgb(235,211,250); }
H1.HeaderClassName
{
color: #EBD3FA;
}
.AnyTagClassName
{
color: #EBD3FA;
}
</style>
background-color css
<style>
a { background-color: #EBD3FA; }
a { background-color: rgb(235,211,250); }
div.DivClassName
{
background-color: #EBD3FA;
}
.BgClassName
{
background-color: #EBD3FA;
}
</style>
border-color css
<style>
span { border-color: #EBD3FA; }
span { border-color: rgb(235,211,250); }
td.TdClassName
{
border-color: #EBD3FA;
}
.TagClassName
{
border-color: #EBD3FA;
}
</style>