Shades of Blue Chalk #EDC6FC
Tints of Blue Chalk #EDC6FC
RGB
CMYK
RGB Variations
Color information
#EDC6FC (or 0xEDC6FC) is known color: Blue Chalk. HEX triplet: ED, C6 and FC. RGB value is (237,198,252). Sum of RGB (Red+Green+Blue) = 237+198+252=687 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.50% from 687); Green value is 198 (77.73% from 255 or 28.82% from 687); Blue value is 252 (98.83% from 255 or 36.68% from 687); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDC6FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC6FC is #123903. Grayscale: #D7D7D7. Windows color (decimal): -1194244 or 16565997. OLE color: 16565997.
HSL color Cylindrical-coordinate representation of color #EDC6FC: hue angle of 283.33º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDC6FC is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 198 | 252 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.01 |
| HSL | 283.33º | 0.9% | 0.88% | - |
| HSV(B) | 283.33º | 0.21% | 0.99% | - |
| XYZ | 72.69 | 65.42 | 100.89 | - |
| YUV | 215.82 | 148.42 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 252 | 0.06 | 0.21 | 0 | 0.01 | 283.33 | 0.9 | 0.88 |
| Hex | ED | C6 | FC | 6 | 15 | 0 | 1 | 11B | 5A | 58 |
| Octal | 355 | 306 | 374 | 6 | 25 | 0 | 1 | 433 | 132 | 130 |
| Binary | 11101101 | 11000110 | 11111100 | 110 | 10101 | 0 | 1 | 100011011 | 1011010 | 1011000 |
Color Harmonies of #EDC6FC
Complementary color
Monochromatic Colors of #EDC6FC
Black with #EDC6FC
Text Example
Text Example
White with #EDC6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC6FC; }
p { color: rgb(237,198,252); }
H1.HeaderClassName
{
color: #EDC6FC;
}
.AnyTagClassName
{
color: #EDC6FC;
}
</style>
background-color css
<style>
a { background-color: #EDC6FC; }
a { background-color: rgb(237,198,252); }
div.DivClassName
{
background-color: #EDC6FC;
}
.BgClassName
{
background-color: #EDC6FC;
}
</style>
border-color css
<style>
span { border-color: #EDC6FC; }
span { border-color: rgb(237,198,252); }
td.TdClassName
{
border-color: #EDC6FC;
}
.TagClassName
{
border-color: #EDC6FC;
}
</style>