Shades of Blue Chalk #EDC9F7
Tints of Blue Chalk #EDC9F7
RGB
CMYK
RGB Variations
Color information
#EDC9F7 (or 0xEDC9F7) is known color: Blue Chalk. HEX triplet: ED, C9 and F7. RGB value is (237,201,247). Sum of RGB (Red+Green+Blue) = 237+201+247=685 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.60% from 685); Green value is 201 (78.91% from 255 or 29.34% from 685); Blue value is 247 (96.88% from 255 or 36.06% from 685); Max value from RGB is 247 - color contains mainly: blue. Hex color #EDC9F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC9F7 is #123608. Grayscale: #D8D8D8. Windows color (decimal): -1193481 or 16239085. OLE color: 16239085.
HSL color Cylindrical-coordinate representation of color #EDC9F7: hue angle of 286.96º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDC9F7 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 201 | 247 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.03 |
| HSL | 286.96º | 0.74% | 0.88% | - |
| HSV(B) | 286.96º | 0.19% | 0.97% | - |
| XYZ | 72.6 | 66.49 | 97 | - |
| YUV | 217.01 | 144.93 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 247 | 0.04 | 0.19 | 0 | 0.03 | 286.96 | 0.74 | 0.88 |
| Hex | ED | C9 | F7 | 4 | 13 | 0 | 3 | 11F | 4A | 58 |
| Octal | 355 | 311 | 367 | 4 | 23 | 0 | 3 | 437 | 112 | 130 |
| Binary | 11101101 | 11001001 | 11110111 | 100 | 10011 | 0 | 11 | 100011111 | 1001010 | 1011000 |
Color Harmonies of #EDC9F7
Complementary color
Monochromatic Colors of #EDC9F7
Black with #EDC9F7
Text Example
Text Example
White with #EDC9F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC9F7; }
p { color: rgb(237,201,247); }
H1.HeaderClassName
{
color: #EDC9F7;
}
.AnyTagClassName
{
color: #EDC9F7;
}
</style>
background-color css
<style>
a { background-color: #EDC9F7; }
a { background-color: rgb(237,201,247); }
div.DivClassName
{
background-color: #EDC9F7;
}
.BgClassName
{
background-color: #EDC9F7;
}
</style>
border-color css
<style>
span { border-color: #EDC9F7; }
span { border-color: rgb(237,201,247); }
td.TdClassName
{
border-color: #EDC9F7;
}
.TagClassName
{
border-color: #EDC9F7;
}
</style>