Shades of Blue Chalk #EDD2F5
Tints of Blue Chalk #EDD2F5
RGB
CMYK
RGB Variations
Color information
#EDD2F5 (or 0xEDD2F5) is known color: Blue Chalk. HEX triplet: ED, D2 and F5. RGB value is (237,210,245). Sum of RGB (Red+Green+Blue) = 237+210+245=692 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.25% from 692); Green value is 210 (82.42% from 255 or 30.35% from 692); Blue value is 245 (96.09% from 255 or 35.40% from 692); Max value from RGB is 245 - color contains mainly: blue. Hex color #EDD2F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD2F5 is #122D0A. Grayscale: #DDDDDD. Windows color (decimal): -1191179 or 16110317. OLE color: 16110317.
HSL color Cylindrical-coordinate representation of color #EDD2F5: hue angle of 286.29º degrees, saturation: 0.64, 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 #EDD2F5 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 210 | 245 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.04 |
| HSL | 286.29º | 0.64% | 0.89% | - |
| HSV(B) | 286.29º | 0.14% | 0.96% | - |
| XYZ | 74.45 | 70.69 | 96.11 | - |
| YUV | 222.06 | 140.95 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 210 | 245 | 0.03 | 0.14 | 0 | 0.04 | 286.29 | 0.64 | 0.89 |
| Hex | ED | D2 | F5 | 3 | E | 0 | 4 | 11E | 40 | 59 |
| Octal | 355 | 322 | 365 | 3 | 16 | 0 | 4 | 436 | 100 | 131 |
| Binary | 11101101 | 11010010 | 11110101 | 11 | 1110 | 0 | 100 | 100011110 | 1000000 | 1011001 |
Color Harmonies of #EDD2F5
Complementary color
Monochromatic Colors of #EDD2F5
Black with #EDD2F5
Text Example
Text Example
White with #EDD2F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD2F5; }
p { color: rgb(237,210,245); }
H1.HeaderClassName
{
color: #EDD2F5;
}
.AnyTagClassName
{
color: #EDD2F5;
}
</style>
background-color css
<style>
a { background-color: #EDD2F5; }
a { background-color: rgb(237,210,245); }
div.DivClassName
{
background-color: #EDD2F5;
}
.BgClassName
{
background-color: #EDD2F5;
}
</style>
border-color css
<style>
span { border-color: #EDD2F5; }
span { border-color: rgb(237,210,245); }
td.TdClassName
{
border-color: #EDD2F5;
}
.TagClassName
{
border-color: #EDD2F5;
}
</style>