Shades of Blue Chalk #EDC8FC
Tints of Blue Chalk #EDC8FC
RGB
CMYK
RGB Variations
Color information
#EDC8FC (or 0xEDC8FC) is known color: Blue Chalk. HEX triplet: ED, C8 and FC. RGB value is (237,200,252). Sum of RGB (Red+Green+Blue) = 237+200+252=689 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.40% from 689); Green value is 200 (78.52% from 255 or 29.03% from 689); Blue value is 252 (98.83% from 255 or 36.57% from 689); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDC8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC8FC is #123703. Grayscale: #D8D8D8. Windows color (decimal): -1193732 or 16566509. OLE color: 16566509.
HSL color Cylindrical-coordinate representation of color #EDC8FC: hue angle of 282.69º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDC8FC is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 200 | 252 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.01 |
| HSL | 282.69º | 0.9% | 0.89% | - |
| HSV(B) | 282.69º | 0.21% | 0.99% | - |
| XYZ | 73.15 | 66.34 | 101.05 | - |
| YUV | 216.99 | 147.76 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 200 | 252 | 0.06 | 0.21 | 0 | 0.01 | 282.69 | 0.9 | 0.89 |
| Hex | ED | C8 | FC | 6 | 15 | 0 | 1 | 11B | 5A | 59 |
| Octal | 355 | 310 | 374 | 6 | 25 | 0 | 1 | 433 | 132 | 131 |
| Binary | 11101101 | 11001000 | 11111100 | 110 | 10101 | 0 | 1 | 100011011 | 1011010 | 1011001 |
Color Harmonies of #EDC8FC
Complementary color
Monochromatic Colors of #EDC8FC
Black with #EDC8FC
Text Example
Text Example
White with #EDC8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC8FC; }
p { color: rgb(237,200,252); }
H1.HeaderClassName
{
color: #EDC8FC;
}
.AnyTagClassName
{
color: #EDC8FC;
}
</style>
background-color css
<style>
a { background-color: #EDC8FC; }
a { background-color: rgb(237,200,252); }
div.DivClassName
{
background-color: #EDC8FC;
}
.BgClassName
{
background-color: #EDC8FC;
}
</style>
border-color css
<style>
span { border-color: #EDC8FC; }
span { border-color: rgb(237,200,252); }
td.TdClassName
{
border-color: #EDC8FC;
}
.TagClassName
{
border-color: #EDC8FC;
}
</style>