Shades of Blue Chalk #EDD3F5
Tints of Blue Chalk #EDD3F5
RGB
CMYK
RGB Variations
Color information
#EDD3F5 (or 0xEDD3F5) is known color: Blue Chalk. HEX triplet: ED, D3 and F5. RGB value is (237,211,245). Sum of RGB (Red+Green+Blue) = 237+211+245=693 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.20% from 693); Green value is 211 (82.81% from 255 or 30.45% from 693); Blue value is 245 (96.09% from 255 or 35.35% from 693); Max value from RGB is 245 - color contains mainly: blue. Hex color #EDD3F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD3F5 is #122C0A. Grayscale: #DEDEDE. Windows color (decimal): -1190923 or 16110573. OLE color: 16110573.
HSL color Cylindrical-coordinate representation of color #EDD3F5: hue angle of 285.88º degrees, saturation: 0.63, 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 #EDD3F5 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 211 | 245 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.04 |
| HSL | 285.88º | 0.63% | 0.89% | - |
| HSV(B) | 285.88º | 0.14% | 0.96% | - |
| XYZ | 74.7 | 71.19 | 96.19 | - |
| YUV | 222.65 | 140.61 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 245 | 0.03 | 0.14 | 0 | 0.04 | 285.88 | 0.63 | 0.89 |
| Hex | ED | D3 | F5 | 3 | E | 0 | 4 | 11E | 3F | 59 |
| Octal | 355 | 323 | 365 | 3 | 16 | 0 | 4 | 436 | 77 | 131 |
| Binary | 11101101 | 11010011 | 11110101 | 11 | 1110 | 0 | 100 | 100011110 | 111111 | 1011001 |
Color Harmonies of #EDD3F5
Complementary color
Monochromatic Colors of #EDD3F5
Black with #EDD3F5
Text Example
Text Example
White with #EDD3F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD3F5; }
p { color: rgb(237,211,245); }
H1.HeaderClassName
{
color: #EDD3F5;
}
.AnyTagClassName
{
color: #EDD3F5;
}
</style>
background-color css
<style>
a { background-color: #EDD3F5; }
a { background-color: rgb(237,211,245); }
div.DivClassName
{
background-color: #EDD3F5;
}
.BgClassName
{
background-color: #EDD3F5;
}
</style>
border-color css
<style>
span { border-color: #EDD3F5; }
span { border-color: rgb(237,211,245); }
td.TdClassName
{
border-color: #EDD3F5;
}
.TagClassName
{
border-color: #EDD3F5;
}
</style>