Shades of Blue Chalk #EBD7FB
Tints of Blue Chalk #EBD7FB
RGB
CMYK
RGB Variations
Color information
#EBD7FB (or 0xEBD7FB) is known color: Blue Chalk. HEX triplet: EB, D7 and FB. RGB value is (235,215,251). Sum of RGB (Red+Green+Blue) = 235+215+251=701 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.52% from 701); Green value is 215 (84.38% from 255 or 30.67% from 701); Blue value is 251 (98.44% from 255 or 35.81% from 701); Max value from RGB is 251 - color contains mainly: blue. Hex color #EBD7FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD7FB is #142804. Grayscale: #E0E0E0. Windows color (decimal): -1320965 or 16504811. OLE color: 16504811.
HSL color Cylindrical-coordinate representation of color #EBD7FB: hue angle of 273.33º degrees, saturation: 0.82, 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 #EBD7FB is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 235 | 215 | 251 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.02 |
| HSL | 273.33º | 0.82% | 0.91% | - |
| HSV(B) | 273.33º | 0.14% | 0.98% | - |
| XYZ | 75.97 | 73.23 | 101.4 | - |
| YUV | 225.08 | 142.63 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 215 | 251 | 0.06 | 0.14 | 0 | 0.02 | 273.33 | 0.82 | 0.91 |
| Hex | EB | D7 | FB | 6 | E | 0 | 2 | 111 | 52 | 5B |
| Octal | 353 | 327 | 373 | 6 | 16 | 0 | 2 | 421 | 122 | 133 |
| Binary | 11101011 | 11010111 | 11111011 | 110 | 1110 | 0 | 10 | 100010001 | 1010010 | 1011011 |
Color Harmonies of #EBD7FB
Complementary color
Monochromatic Colors of #EBD7FB
Black with #EBD7FB
Text Example
Text Example
White with #EBD7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD7FB; }
p { color: rgb(235,215,251); }
H1.HeaderClassName
{
color: #EBD7FB;
}
.AnyTagClassName
{
color: #EBD7FB;
}
</style>
background-color css
<style>
a { background-color: #EBD7FB; }
a { background-color: rgb(235,215,251); }
div.DivClassName
{
background-color: #EBD7FB;
}
.BgClassName
{
background-color: #EBD7FB;
}
</style>
border-color css
<style>
span { border-color: #EBD7FB; }
span { border-color: rgb(235,215,251); }
td.TdClassName
{
border-color: #EBD7FB;
}
.TagClassName
{
border-color: #EBD7FB;
}
</style>