Shades of Blue Chalk #EBD2F4
Tints of Blue Chalk #EBD2F4
RGB
CMYK
RGB Variations
Color information
#EBD2F4 (or 0xEBD2F4) is known color: Blue Chalk. HEX triplet: EB, D2 and F4. RGB value is (235,210,244). Sum of RGB (Red+Green+Blue) = 235+210+244=689 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.11% from 689); Green value is 210 (82.42% from 255 or 30.48% from 689); Blue value is 244 (95.70% from 255 or 35.41% from 689); Max value from RGB is 244 - color contains mainly: blue. Hex color #EBD2F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD2F4 is #142D0B. Grayscale: #DDDDDD. Windows color (decimal): -1322252 or 16044779. OLE color: 16044779.
HSL color Cylindrical-coordinate representation of color #EBD2F4: hue angle of 284.12º degrees, saturation: 0.61, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EBD2F4 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 235 | 210 | 244 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.04 |
| HSL | 284.12º | 0.61% | 0.89% | - |
| HSV(B) | 284.12º | 0.14% | 0.96% | - |
| XYZ | 73.64 | 70.29 | 95.27 | - |
| YUV | 221.35 | 140.78 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 210 | 244 | 0.04 | 0.14 | 0 | 0.04 | 284.12 | 0.61 | 0.89 |
| Hex | EB | D2 | F4 | 4 | E | 0 | 4 | 11C | 3D | 59 |
| Octal | 353 | 322 | 364 | 4 | 16 | 0 | 4 | 434 | 75 | 131 |
| Binary | 11101011 | 11010010 | 11110100 | 100 | 1110 | 0 | 100 | 100011100 | 111101 | 1011001 |
Color Harmonies of #EBD2F4
Complementary color
Monochromatic Colors of #EBD2F4
Black with #EBD2F4
Text Example
Text Example
White with #EBD2F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD2F4; }
p { color: rgb(235,210,244); }
H1.HeaderClassName
{
color: #EBD2F4;
}
.AnyTagClassName
{
color: #EBD2F4;
}
</style>
background-color css
<style>
a { background-color: #EBD2F4; }
a { background-color: rgb(235,210,244); }
div.DivClassName
{
background-color: #EBD2F4;
}
.BgClassName
{
background-color: #EBD2F4;
}
</style>
border-color css
<style>
span { border-color: #EBD2F4; }
span { border-color: rgb(235,210,244); }
td.TdClassName
{
border-color: #EBD2F4;
}
.TagClassName
{
border-color: #EBD2F4;
}
</style>