Shades of Blue Chalk #EDC9F6
Tints of Blue Chalk #EDC9F6
RGB
CMYK
RGB Variations
Color information
#EDC9F6 (or 0xEDC9F6) is known color: Blue Chalk. HEX triplet: ED, C9 and F6. RGB value is (237,201,246). Sum of RGB (Red+Green+Blue) = 237+201+246=684 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.65% from 684); Green value is 201 (78.91% from 255 or 29.39% from 684); Blue value is 246 (96.48% from 255 or 35.96% from 684); Max value from RGB is 246 - color contains mainly: blue. Hex color #EDC9F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC9F6 is #123609. Grayscale: #D8D8D8. Windows color (decimal): -1193482 or 16173549. OLE color: 16173549.
HSL color Cylindrical-coordinate representation of color #EDC9F6: hue angle of 288º degrees, saturation: 0.71, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EDC9F6 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 201 | 246 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.04 |
| HSL | 288º | 0.71% | 0.88% | - |
| HSV(B) | 288º | 0.18% | 0.96% | - |
| XYZ | 72.45 | 66.43 | 96.19 | - |
| YUV | 216.89 | 144.43 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 246 | 0.04 | 0.18 | 0 | 0.04 | 288 | 0.71 | 0.88 |
| Hex | ED | C9 | F6 | 4 | 12 | 0 | 4 | 120 | 47 | 58 |
| Octal | 355 | 311 | 366 | 4 | 22 | 0 | 4 | 440 | 107 | 130 |
| Binary | 11101101 | 11001001 | 11110110 | 100 | 10010 | 0 | 100 | 100100000 | 1000111 | 1011000 |
Color Harmonies of #EDC9F6
Complementary color
Monochromatic Colors of #EDC9F6
Black with #EDC9F6
Text Example
Text Example
White with #EDC9F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC9F6; }
p { color: rgb(237,201,246); }
H1.HeaderClassName
{
color: #EDC9F6;
}
.AnyTagClassName
{
color: #EDC9F6;
}
</style>
background-color css
<style>
a { background-color: #EDC9F6; }
a { background-color: rgb(237,201,246); }
div.DivClassName
{
background-color: #EDC9F6;
}
.BgClassName
{
background-color: #EDC9F6;
}
</style>
border-color css
<style>
span { border-color: #EDC9F6; }
span { border-color: rgb(237,201,246); }
td.TdClassName
{
border-color: #EDC9F6;
}
.TagClassName
{
border-color: #EDC9F6;
}
</style>