Shades of Blue Chalk #EBD0F5
Tints of Blue Chalk #EBD0F5
RGB
CMYK
RGB Variations
Color information
#EBD0F5 (or 0xEBD0F5) is known color: Blue Chalk. HEX triplet: EB, D0 and F5. RGB value is (235,208,245). Sum of RGB (Red+Green+Blue) = 235+208+245=688 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.16% from 688); Green value is 208 (81.64% from 255 or 30.23% from 688); Blue value is 245 (96.09% from 255 or 35.61% from 688); Max value from RGB is 245 - color contains mainly: blue. Hex color #EBD0F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD0F5 is #142F0A. Grayscale: #DCDCDC. Windows color (decimal): -1322763 or 16109803. OLE color: 16109803.
HSL color Cylindrical-coordinate representation of color #EBD0F5: hue angle of 283.78º degrees, saturation: 0.65, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EBD0F5 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 235 | 208 | 245 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.04 |
| HSL | 283.78º | 0.65% | 0.89% | - |
| HSV(B) | 283.78º | 0.15% | 0.96% | - |
| XYZ | 73.3 | 69.37 | 95.91 | - |
| YUV | 220.29 | 141.95 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 208 | 245 | 0.04 | 0.15 | 0 | 0.04 | 283.78 | 0.65 | 0.89 |
| Hex | EB | D0 | F5 | 4 | F | 0 | 4 | 11C | 41 | 59 |
| Octal | 353 | 320 | 365 | 4 | 17 | 0 | 4 | 434 | 101 | 131 |
| Binary | 11101011 | 11010000 | 11110101 | 100 | 1111 | 0 | 100 | 100011100 | 1000001 | 1011001 |
Color Harmonies of #EBD0F5
Complementary color
Monochromatic Colors of #EBD0F5
Black with #EBD0F5
Text Example
Text Example
White with #EBD0F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD0F5; }
p { color: rgb(235,208,245); }
H1.HeaderClassName
{
color: #EBD0F5;
}
.AnyTagClassName
{
color: #EBD0F5;
}
</style>
background-color css
<style>
a { background-color: #EBD0F5; }
a { background-color: rgb(235,208,245); }
div.DivClassName
{
background-color: #EBD0F5;
}
.BgClassName
{
background-color: #EBD0F5;
}
</style>
border-color css
<style>
span { border-color: #EBD0F5; }
span { border-color: rgb(235,208,245); }
td.TdClassName
{
border-color: #EBD0F5;
}
.TagClassName
{
border-color: #EBD0F5;
}
</style>