Shades of Blue Chalk #EDD2FA
Tints of Blue Chalk #EDD2FA
RGB
CMYK
RGB Variations
Color information
#EDD2FA (or 0xEDD2FA) is known color: Blue Chalk. HEX triplet: ED, D2 and FA. RGB value is (237,210,250). Sum of RGB (Red+Green+Blue) = 237+210+250=697 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.00% from 697); Green value is 210 (82.42% from 255 or 30.13% from 697); Blue value is 250 (98.05% from 255 or 35.87% from 697); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDD2FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD2FA is #122D05. Grayscale: #DEDEDE. Windows color (decimal): -1191174 or 16437997. OLE color: 16437997.
HSL color Cylindrical-coordinate representation of color #EDD2FA: hue angle of 280.5º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EDD2FA is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 210 | 250 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.02 |
| HSL | 280.5º | 0.8% | 0.9% | - |
| HSV(B) | 280.5º | 0.16% | 0.98% | - |
| XYZ | 75.23 | 71 | 100.18 | - |
| YUV | 222.63 | 143.45 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 210 | 250 | 0.05 | 0.16 | 0 | 0.02 | 280.5 | 0.8 | 0.9 |
| Hex | ED | D2 | FA | 5 | 10 | 0 | 2 | 118 | 50 | 5A |
| Octal | 355 | 322 | 372 | 5 | 20 | 0 | 2 | 430 | 120 | 132 |
| Binary | 11101101 | 11010010 | 11111010 | 101 | 10000 | 0 | 10 | 100011000 | 1010000 | 1011010 |
Color Harmonies of #EDD2FA
Complementary color
Monochromatic Colors of #EDD2FA
Black with #EDD2FA
Text Example
Text Example
White with #EDD2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD2FA; }
p { color: rgb(237,210,250); }
H1.HeaderClassName
{
color: #EDD2FA;
}
.AnyTagClassName
{
color: #EDD2FA;
}
</style>
background-color css
<style>
a { background-color: #EDD2FA; }
a { background-color: rgb(237,210,250); }
div.DivClassName
{
background-color: #EDD2FA;
}
.BgClassName
{
background-color: #EDD2FA;
}
</style>
border-color css
<style>
span { border-color: #EDD2FA; }
span { border-color: rgb(237,210,250); }
td.TdClassName
{
border-color: #EDD2FA;
}
.TagClassName
{
border-color: #EDD2FA;
}
</style>