Shades of Blue Chalk #EDC8F5
Tints of Blue Chalk #EDC8F5
RGB
CMYK
RGB Variations
Color information
#EDC8F5 (or 0xEDC8F5) is known color: Blue Chalk. HEX triplet: ED, C8 and F5. RGB value is (237,200,245). Sum of RGB (Red+Green+Blue) = 237+200+245=682 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.75% from 682); Green value is 200 (78.52% from 255 or 29.33% from 682); Blue value is 245 (96.09% from 255 or 35.92% from 682); Max value from RGB is 245 - color contains mainly: blue. Hex color #EDC8F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC8F5 is #12370A. Grayscale: #D8D8D8. Windows color (decimal): -1193739 or 16107757. OLE color: 16107757.
HSL color Cylindrical-coordinate representation of color #EDC8F5: hue angle of 289.33º 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 #EDC8F5 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 200 | 245 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.04 |
| HSL | 289.33º | 0.69% | 0.87% | - |
| HSV(B) | 289.33º | 0.18% | 0.96% | - |
| XYZ | 72.06 | 65.91 | 95.31 | - |
| YUV | 216.19 | 144.26 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 200 | 245 | 0.03 | 0.18 | 0 | 0.04 | 289.33 | 0.69 | 0.87 |
| Hex | ED | C8 | F5 | 3 | 12 | 0 | 4 | 121 | 45 | 57 |
| Octal | 355 | 310 | 365 | 3 | 22 | 0 | 4 | 441 | 105 | 127 |
| Binary | 11101101 | 11001000 | 11110101 | 11 | 10010 | 0 | 100 | 100100001 | 1000101 | 1010111 |
Color Harmonies of #EDC8F5
Complementary color
Monochromatic Colors of #EDC8F5
Black with #EDC8F5
Text Example
Text Example
White with #EDC8F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC8F5; }
p { color: rgb(237,200,245); }
H1.HeaderClassName
{
color: #EDC8F5;
}
.AnyTagClassName
{
color: #EDC8F5;
}
</style>
background-color css
<style>
a { background-color: #EDC8F5; }
a { background-color: rgb(237,200,245); }
div.DivClassName
{
background-color: #EDC8F5;
}
.BgClassName
{
background-color: #EDC8F5;
}
</style>
border-color css
<style>
span { border-color: #EDC8F5; }
span { border-color: rgb(237,200,245); }
td.TdClassName
{
border-color: #EDC8F5;
}
.TagClassName
{
border-color: #EDC8F5;
}
</style>