Shades of Blue Chalk #EDD1F7
Tints of Blue Chalk #EDD1F7
RGB
CMYK
RGB Variations
Color information
#EDD1F7 (or 0xEDD1F7) is known color: Blue Chalk. HEX triplet: ED, D1 and F7. RGB value is (237,209,247). Sum of RGB (Red+Green+Blue) = 237+209+247=693 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.20% from 693); Green value is 209 (82.03% from 255 or 30.16% from 693); Blue value is 247 (96.88% from 255 or 35.64% from 693); Max value from RGB is 247 - color contains mainly: blue. Hex color #EDD1F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD1F7 is #122E08. Grayscale: #DDDDDD. Windows color (decimal): -1191433 or 16241133. OLE color: 16241133.
HSL color Cylindrical-coordinate representation of color #EDD1F7: hue angle of 284.21º degrees, saturation: 0.7, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDD1F7 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 209 | 247 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.03 |
| HSL | 284.21º | 0.7% | 0.89% | - |
| HSV(B) | 284.21º | 0.15% | 0.97% | - |
| XYZ | 74.51 | 70.32 | 97.64 | - |
| YUV | 221.7 | 142.28 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 209 | 247 | 0.04 | 0.15 | 0 | 0.03 | 284.21 | 0.7 | 0.89 |
| Hex | ED | D1 | F7 | 4 | F | 0 | 3 | 11C | 46 | 59 |
| Octal | 355 | 321 | 367 | 4 | 17 | 0 | 3 | 434 | 106 | 131 |
| Binary | 11101101 | 11010001 | 11110111 | 100 | 1111 | 0 | 11 | 100011100 | 1000110 | 1011001 |
Color Harmonies of #EDD1F7
Complementary color
Monochromatic Colors of #EDD1F7
Black with #EDD1F7
Text Example
Text Example
White with #EDD1F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD1F7; }
p { color: rgb(237,209,247); }
H1.HeaderClassName
{
color: #EDD1F7;
}
.AnyTagClassName
{
color: #EDD1F7;
}
</style>
background-color css
<style>
a { background-color: #EDD1F7; }
a { background-color: rgb(237,209,247); }
div.DivClassName
{
background-color: #EDD1F7;
}
.BgClassName
{
background-color: #EDD1F7;
}
</style>
border-color css
<style>
span { border-color: #EDD1F7; }
span { border-color: rgb(237,209,247); }
td.TdClassName
{
border-color: #EDD1F7;
}
.TagClassName
{
border-color: #EDD1F7;
}
</style>