Shades of Blue Chalk #EDD8F5
Tints of Blue Chalk #EDD8F5
RGB
CMYK
RGB Variations
Color information
#EDD8F5 (or 0xEDD8F5) is known color: Blue Chalk. HEX triplet: ED, D8 and F5. RGB value is (237,216,245). Sum of RGB (Red+Green+Blue) = 237+216+245=698 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.95% from 698); Green value is 216 (84.77% from 255 or 30.95% from 698); Blue value is 245 (96.09% from 255 or 35.10% from 698); Max value from RGB is 245 - color contains mainly: blue. Hex color #EDD8F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD8F5 is #12270A. Grayscale: #E1E1E1. Windows color (decimal): -1189643 or 16111853. OLE color: 16111853.
HSL color Cylindrical-coordinate representation of color #EDD8F5: hue angle of 283.45º degrees, saturation: 0.59, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDD8F5 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 216 | 245 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.04 |
| HSL | 283.45º | 0.59% | 0.9% | - |
| HSV(B) | 283.45º | 0.12% | 0.96% | - |
| XYZ | 75.96 | 73.71 | 96.61 | - |
| YUV | 225.59 | 138.96 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 245 | 0.03 | 0.12 | 0 | 0.04 | 283.45 | 0.59 | 0.9 |
| Hex | ED | D8 | F5 | 3 | C | 0 | 4 | 11B | 3B | 5A |
| Octal | 355 | 330 | 365 | 3 | 14 | 0 | 4 | 433 | 73 | 132 |
| Binary | 11101101 | 11011000 | 11110101 | 11 | 1100 | 0 | 100 | 100011011 | 111011 | 1011010 |
Color Harmonies of #EDD8F5
Complementary color
Monochromatic Colors of #EDD8F5
Black with #EDD8F5
Text Example
Text Example
White with #EDD8F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD8F5; }
p { color: rgb(237,216,245); }
H1.HeaderClassName
{
color: #EDD8F5;
}
.AnyTagClassName
{
color: #EDD8F5;
}
</style>
background-color css
<style>
a { background-color: #EDD8F5; }
a { background-color: rgb(237,216,245); }
div.DivClassName
{
background-color: #EDD8F5;
}
.BgClassName
{
background-color: #EDD8F5;
}
</style>
border-color css
<style>
span { border-color: #EDD8F5; }
span { border-color: rgb(237,216,245); }
td.TdClassName
{
border-color: #EDD8F5;
}
.TagClassName
{
border-color: #EDD8F5;
}
</style>