Shades of Blue Chalk #EDC4F6
Tints of Blue Chalk #EDC4F6
RGB
CMYK
RGB Variations
Color information
#EDC4F6 (or 0xEDC4F6) is known color: Blue Chalk. HEX triplet: ED, C4 and F6. RGB value is (237,196,246). Sum of RGB (Red+Green+Blue) = 237+196+246=679 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.90% from 679); Green value is 196 (76.95% from 255 or 28.87% from 679); Blue value is 246 (96.48% from 255 or 36.23% from 679); Max value from RGB is 246 - color contains mainly: blue. Hex color #EDC4F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC4F6 is #123B09. Grayscale: #D5D5D5. Windows color (decimal): -1194762 or 16172269. OLE color: 16172269.
HSL color Cylindrical-coordinate representation of color #EDC4F6: hue angle of 289.2º degrees, saturation: 0.74, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDC4F6 is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 196 | 246 | - |
| CMYK | 0.04 | 0.20 | 0 | 0.04 |
| HSL | 289.2º | 0.74% | 0.87% | - |
| HSV(B) | 289.2º | 0.2% | 0.96% | - |
| XYZ | 71.3 | 64.14 | 95.81 | - |
| YUV | 213.96 | 146.08 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 196 | 246 | 0.04 | 0.20 | 0 | 0.04 | 289.2 | 0.74 | 0.87 |
| Hex | ED | C4 | F6 | 4 | 14 | 0 | 4 | 121 | 4A | 57 |
| Octal | 355 | 304 | 366 | 4 | 24 | 0 | 4 | 441 | 112 | 127 |
| Binary | 11101101 | 11000100 | 11110110 | 100 | 10100 | 0 | 100 | 100100001 | 1001010 | 1010111 |
Color Harmonies of #EDC4F6
Complementary color
Monochromatic Colors of #EDC4F6
Black with #EDC4F6
Text Example
Text Example
White with #EDC4F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC4F6; }
p { color: rgb(237,196,246); }
H1.HeaderClassName
{
color: #EDC4F6;
}
.AnyTagClassName
{
color: #EDC4F6;
}
</style>
background-color css
<style>
a { background-color: #EDC4F6; }
a { background-color: rgb(237,196,246); }
div.DivClassName
{
background-color: #EDC4F6;
}
.BgClassName
{
background-color: #EDC4F6;
}
</style>
border-color css
<style>
span { border-color: #EDC4F6; }
span { border-color: rgb(237,196,246); }
td.TdClassName
{
border-color: #EDC4F6;
}
.TagClassName
{
border-color: #EDC4F6;
}
</style>