Shades of Blue Chalk #EBD3F2
Tints of Blue Chalk #EBD3F2
RGB
CMYK
RGB Variations
Color information
#EBD3F2 (or 0xEBD3F2) is known color: Blue Chalk. HEX triplet: EB, D3 and F2. RGB value is (235,211,242). Sum of RGB (Red+Green+Blue) = 235+211+242=688 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.16% from 688); Green value is 211 (82.81% from 255 or 30.67% from 688); Blue value is 242 (94.92% from 255 or 35.17% from 688); Max value from RGB is 242 - color contains mainly: blue. Hex color #EBD3F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD3F2 is #142C0D. Grayscale: #DDDDDD. Windows color (decimal): -1321998 or 15913963. OLE color: 15913963.
HSL color Cylindrical-coordinate representation of color #EBD3F2: hue angle of 286.45º degrees, saturation: 0.54, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EBD3F2 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 211 | 242 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.05 |
| HSL | 286.45º | 0.54% | 0.89% | - |
| HSV(B) | 286.45º | 0.13% | 0.95% | - |
| XYZ | 73.58 | 70.66 | 93.77 | - |
| YUV | 221.71 | 139.45 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 211 | 242 | 0.03 | 0.13 | 0 | 0.05 | 286.45 | 0.54 | 0.89 |
| Hex | EB | D3 | F2 | 3 | D | 0 | 5 | 11E | 36 | 59 |
| Octal | 353 | 323 | 362 | 3 | 15 | 0 | 5 | 436 | 66 | 131 |
| Binary | 11101011 | 11010011 | 11110010 | 11 | 1101 | 0 | 101 | 100011110 | 110110 | 1011001 |
Color Harmonies of #EBD3F2
Complementary color
Monochromatic Colors of #EBD3F2
Black with #EBD3F2
Text Example
Text Example
White with #EBD3F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD3F2; }
p { color: rgb(235,211,242); }
H1.HeaderClassName
{
color: #EBD3F2;
}
.AnyTagClassName
{
color: #EBD3F2;
}
</style>
background-color css
<style>
a { background-color: #EBD3F2; }
a { background-color: rgb(235,211,242); }
div.DivClassName
{
background-color: #EBD3F2;
}
.BgClassName
{
background-color: #EBD3F2;
}
</style>
border-color css
<style>
span { border-color: #EBD3F2; }
span { border-color: rgb(235,211,242); }
td.TdClassName
{
border-color: #EBD3F2;
}
.TagClassName
{
border-color: #EBD3F2;
}
</style>