Shades of Blue Chalk #EDD5F7
Tints of Blue Chalk #EDD5F7
RGB
CMYK
RGB Variations
Color information
#EDD5F7 (or 0xEDD5F7) is known color: Blue Chalk. HEX triplet: ED, D5 and F7. RGB value is (237,213,247). Sum of RGB (Red+Green+Blue) = 237+213+247=697 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.00% from 697); Green value is 213 (83.59% from 255 or 30.56% from 697); Blue value is 247 (96.88% from 255 or 35.44% from 697); Max value from RGB is 247 - color contains mainly: blue. Hex color #EDD5F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD5F7 is #122A08. Grayscale: #DFDFDF. Windows color (decimal): -1190409 or 16242157. OLE color: 16242157.
HSL color Cylindrical-coordinate representation of color #EDD5F7: hue angle of 282.35º degrees, saturation: 0.68, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDD5F7 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 213 | 247 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.03 |
| HSL | 282.35º | 0.68% | 0.9% | - |
| HSV(B) | 282.35º | 0.14% | 0.97% | - |
| XYZ | 75.51 | 72.31 | 97.97 | - |
| YUV | 224.05 | 140.95 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 247 | 0.04 | 0.14 | 0 | 0.03 | 282.35 | 0.68 | 0.9 |
| Hex | ED | D5 | F7 | 4 | E | 0 | 3 | 11A | 44 | 5A |
| Octal | 355 | 325 | 367 | 4 | 16 | 0 | 3 | 432 | 104 | 132 |
| Binary | 11101101 | 11010101 | 11110111 | 100 | 1110 | 0 | 11 | 100011010 | 1000100 | 1011010 |
Color Harmonies of #EDD5F7
Complementary color
Monochromatic Colors of #EDD5F7
Black with #EDD5F7
Text Example
Text Example
White with #EDD5F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD5F7; }
p { color: rgb(237,213,247); }
H1.HeaderClassName
{
color: #EDD5F7;
}
.AnyTagClassName
{
color: #EDD5F7;
}
</style>
background-color css
<style>
a { background-color: #EDD5F7; }
a { background-color: rgb(237,213,247); }
div.DivClassName
{
background-color: #EDD5F7;
}
.BgClassName
{
background-color: #EDD5F7;
}
</style>
border-color css
<style>
span { border-color: #EDD5F7; }
span { border-color: rgb(237,213,247); }
td.TdClassName
{
border-color: #EDD5F7;
}
.TagClassName
{
border-color: #EDD5F7;
}
</style>