Shades of Blue Chalk #EDC9F5
Tints of Blue Chalk #EDC9F5
RGB
CMYK
RGB Variations
Color information
#EDC9F5 (or 0xEDC9F5) is known color: Blue Chalk. HEX triplet: ED, C9 and F5. RGB value is (237,201,245). Sum of RGB (Red+Green+Blue) = 237+201+245=683 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.70% from 683); Green value is 201 (78.91% from 255 or 29.43% from 683); Blue value is 245 (96.09% from 255 or 35.87% from 683); Max value from RGB is 245 - color contains mainly: blue. Hex color #EDC9F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC9F5 is #12360A. Grayscale: #D8D8D8. Windows color (decimal): -1193483 or 16108013. OLE color: 16108013.
HSL color Cylindrical-coordinate representation of color #EDC9F5: hue angle of 289.09º degrees, saturation: 0.69, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EDC9F5 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 201 | 245 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.04 |
| HSL | 289.09º | 0.69% | 0.87% | - |
| HSV(B) | 289.09º | 0.18% | 0.96% | - |
| XYZ | 72.29 | 66.37 | 95.39 | - |
| YUV | 216.78 | 143.93 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 245 | 0.03 | 0.18 | 0 | 0.04 | 289.09 | 0.69 | 0.87 |
| Hex | ED | C9 | F5 | 3 | 12 | 0 | 4 | 121 | 45 | 57 |
| Octal | 355 | 311 | 365 | 3 | 22 | 0 | 4 | 441 | 105 | 127 |
| Binary | 11101101 | 11001001 | 11110101 | 11 | 10010 | 0 | 100 | 100100001 | 1000101 | 1010111 |
Color Harmonies of #EDC9F5
Complementary color
Monochromatic Colors of #EDC9F5
Black with #EDC9F5
Text Example
Text Example
White with #EDC9F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC9F5; }
p { color: rgb(237,201,245); }
H1.HeaderClassName
{
color: #EDC9F5;
}
.AnyTagClassName
{
color: #EDC9F5;
}
</style>
background-color css
<style>
a { background-color: #EDC9F5; }
a { background-color: rgb(237,201,245); }
div.DivClassName
{
background-color: #EDC9F5;
}
.BgClassName
{
background-color: #EDC9F5;
}
</style>
border-color css
<style>
span { border-color: #EDC9F5; }
span { border-color: rgb(237,201,245); }
td.TdClassName
{
border-color: #EDC9F5;
}
.TagClassName
{
border-color: #EDC9F5;
}
</style>