Shades of Blue Chalk #EDC9FC
Tints of Blue Chalk #EDC9FC
RGB
CMYK
RGB Variations
Color information
#EDC9FC (or 0xEDC9FC) is known color: Blue Chalk. HEX triplet: ED, C9 and FC. RGB value is (237,201,252). Sum of RGB (Red+Green+Blue) = 237+201+252=690 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.35% from 690); Green value is 201 (78.91% from 255 or 29.13% from 690); Blue value is 252 (98.83% from 255 or 36.52% from 690); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDC9FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC9FC is #123603. Grayscale: #D9D9D9. Windows color (decimal): -1193476 or 16566765. OLE color: 16566765.
HSL color Cylindrical-coordinate representation of color #EDC9FC: hue angle of 282.35º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDC9FC is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 201 | 252 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.01 |
| HSL | 282.35º | 0.89% | 0.89% | - |
| HSV(B) | 282.35º | 0.2% | 0.99% | - |
| XYZ | 73.38 | 66.81 | 101.12 | - |
| YUV | 217.58 | 147.43 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 252 | 0.06 | 0.20 | 0 | 0.01 | 282.35 | 0.89 | 0.89 |
| Hex | ED | C9 | FC | 6 | 14 | 0 | 1 | 11A | 59 | 59 |
| Octal | 355 | 311 | 374 | 6 | 24 | 0 | 1 | 432 | 131 | 131 |
| Binary | 11101101 | 11001001 | 11111100 | 110 | 10100 | 0 | 1 | 100011010 | 1011001 | 1011001 |
Color Harmonies of #EDC9FC
Complementary color
Monochromatic Colors of #EDC9FC
Black with #EDC9FC
Text Example
Text Example
White with #EDC9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC9FC; }
p { color: rgb(237,201,252); }
H1.HeaderClassName
{
color: #EDC9FC;
}
.AnyTagClassName
{
color: #EDC9FC;
}
</style>
background-color css
<style>
a { background-color: #EDC9FC; }
a { background-color: rgb(237,201,252); }
div.DivClassName
{
background-color: #EDC9FC;
}
.BgClassName
{
background-color: #EDC9FC;
}
</style>
border-color css
<style>
span { border-color: #EDC9FC; }
span { border-color: rgb(237,201,252); }
td.TdClassName
{
border-color: #EDC9FC;
}
.TagClassName
{
border-color: #EDC9FC;
}
</style>