Shades of Blue Chalk #EDD0F5
Tints of Blue Chalk #EDD0F5
RGB
CMYK
RGB Variations
Color information
#EDD0F5 (or 0xEDD0F5) is known color: Blue Chalk. HEX triplet: ED, D0 and F5. RGB value is (237,208,245). Sum of RGB (Red+Green+Blue) = 237+208+245=690 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.35% from 690); Green value is 208 (81.64% from 255 or 30.14% from 690); Blue value is 245 (96.09% from 255 or 35.51% from 690); Max value from RGB is 245 - color contains mainly: blue. Hex color #EDD0F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD0F5 is #122F0A. Grayscale: #DCDCDC. Windows color (decimal): -1191691 or 16109805. OLE color: 16109805.
HSL color Cylindrical-coordinate representation of color #EDD0F5: hue angle of 287.03º degrees, saturation: 0.65, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDD0F5 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 208 | 245 | - |
| CMYK | 0.03 | 0.15 | 0 | 0.04 |
| HSL | 287.03º | 0.65% | 0.89% | - |
| HSV(B) | 287.03º | 0.15% | 0.96% | - |
| XYZ | 73.96 | 69.71 | 95.94 | - |
| YUV | 220.89 | 141.61 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 245 | 0.03 | 0.15 | 0 | 0.04 | 287.03 | 0.65 | 0.89 |
| Hex | ED | D0 | F5 | 3 | F | 0 | 4 | 11F | 41 | 59 |
| Octal | 355 | 320 | 365 | 3 | 17 | 0 | 4 | 437 | 101 | 131 |
| Binary | 11101101 | 11010000 | 11110101 | 11 | 1111 | 0 | 100 | 100011111 | 1000001 | 1011001 |
Color Harmonies of #EDD0F5
Complementary color
Monochromatic Colors of #EDD0F5
Black with #EDD0F5
Text Example
Text Example
White with #EDD0F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD0F5; }
p { color: rgb(237,208,245); }
H1.HeaderClassName
{
color: #EDD0F5;
}
.AnyTagClassName
{
color: #EDD0F5;
}
</style>
background-color css
<style>
a { background-color: #EDD0F5; }
a { background-color: rgb(237,208,245); }
div.DivClassName
{
background-color: #EDD0F5;
}
.BgClassName
{
background-color: #EDD0F5;
}
</style>
border-color css
<style>
span { border-color: #EDD0F5; }
span { border-color: rgb(237,208,245); }
td.TdClassName
{
border-color: #EDD0F5;
}
.TagClassName
{
border-color: #EDD0F5;
}
</style>