Shades of Blue Chalk #EBD7FE
Tints of Blue Chalk #EBD7FE
RGB
CMYK
RGB Variations
Color information
#EBD7FE (or 0xEBD7FE) is known color: Blue Chalk. HEX triplet: EB, D7 and FE. RGB value is (235,215,254). Sum of RGB (Red+Green+Blue) = 235+215+254=704 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.38% from 704); Green value is 215 (84.38% from 255 or 30.54% from 704); Blue value is 254 (99.61% from 255 or 36.08% from 704); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBD7FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD7FE is #142801. Grayscale: #E1E1E1. Windows color (decimal): -1320962 or 16701419. OLE color: 16701419.
HSL color Cylindrical-coordinate representation of color #EBD7FE: hue angle of 270.77º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EBD7FE is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 235 | 215 | 254 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.00 |
| HSL | 270.77º | 0.95% | 0.92% | - |
| HSV(B) | 270.77º | 0.15% | 1% | - |
| XYZ | 76.45 | 73.42 | 103.91 | - |
| YUV | 225.43 | 144.13 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 215 | 254 | 0.07 | 0.15 | 0 | 0.00 | 270.77 | 0.95 | 0.92 |
| Hex | EB | D7 | FE | 7 | F | 0 | 0 | 10F | 5F | 5C |
| Octal | 353 | 327 | 376 | 7 | 17 | 0 | 0 | 417 | 137 | 134 |
| Binary | 11101011 | 11010111 | 11111110 | 111 | 1111 | 0 | 0 | 100001111 | 1011111 | 1011100 |
Color Harmonies of #EBD7FE
Complementary color
Monochromatic Colors of #EBD7FE
Black with #EBD7FE
Text Example
Text Example
White with #EBD7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD7FE; }
p { color: rgb(235,215,254); }
H1.HeaderClassName
{
color: #EBD7FE;
}
.AnyTagClassName
{
color: #EBD7FE;
}
</style>
background-color css
<style>
a { background-color: #EBD7FE; }
a { background-color: rgb(235,215,254); }
div.DivClassName
{
background-color: #EBD7FE;
}
.BgClassName
{
background-color: #EBD7FE;
}
</style>
border-color css
<style>
span { border-color: #EBD7FE; }
span { border-color: rgb(235,215,254); }
td.TdClassName
{
border-color: #EBD7FE;
}
.TagClassName
{
border-color: #EBD7FE;
}
</style>