Shades of Blue Chalk #EBD3FF
Tints of Blue Chalk #EBD3FF
RGB
CMYK
RGB Variations
Color information
#EBD3FF (or 0xEBD3FF) is known color: Blue Chalk. HEX triplet: EB, D3 and FF. RGB value is (235,211,255). Sum of RGB (Red+Green+Blue) = 235+211+255=701 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.52% from 701); Green value is 211 (82.81% from 255 or 30.10% from 701); Blue value is 255 (100% from 255 or 36.38% from 701); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBD3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD3FF is #142C00. Grayscale: #DFDFDF. Windows color (decimal): -1321985 or 16765931. OLE color: 16765931.
HSL color Cylindrical-coordinate representation of color #EBD3FF: hue angle of 272.73º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBD3FF is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 211 | 255 | - |
| CMYK | 0.08 | 0.17 | 0 | 0 |
| HSL | 272.73º | 1% | 0.91% | - |
| HSV(B) | 272.73º | 0.17% | 1% | - |
| XYZ | 75.61 | 71.47 | 104.42 | - |
| YUV | 223.19 | 145.95 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 211 | 255 | 0.08 | 0.17 | 0 | 0 | 272.73 | 1 | 0.91 |
| Hex | EB | D3 | FF | 8 | 11 | 0 | 0 | 111 | 64 | 5B |
| Octal | 353 | 323 | 377 | 10 | 21 | 0 | 0 | 421 | 144 | 133 |
| Binary | 11101011 | 11010011 | 11111111 | 1000 | 10001 | 0 | 0 | 100010001 | 1100100 | 1011011 |
Color Harmonies of #EBD3FF
Complementary color
Monochromatic Colors of #EBD3FF
Black with #EBD3FF
Text Example
Text Example
White with #EBD3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD3FF; }
p { color: rgb(235,211,255); }
H1.HeaderClassName
{
color: #EBD3FF;
}
.AnyTagClassName
{
color: #EBD3FF;
}
</style>
background-color css
<style>
a { background-color: #EBD3FF; }
a { background-color: rgb(235,211,255); }
div.DivClassName
{
background-color: #EBD3FF;
}
.BgClassName
{
background-color: #EBD3FF;
}
</style>
border-color css
<style>
span { border-color: #EBD3FF; }
span { border-color: rgb(235,211,255); }
td.TdClassName
{
border-color: #EBD3FF;
}
.TagClassName
{
border-color: #EBD3FF;
}
</style>