Shades of Blue Chalk #ECD7F6
Tints of Blue Chalk #ECD7F6
RGB
CMYK
RGB Variations
Color information
#ECD7F6 (or 0xECD7F6) is known color: Blue Chalk. HEX triplet: EC, D7 and F6. RGB value is (236,215,246). Sum of RGB (Red+Green+Blue) = 236+215+246=697 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.86% from 697); Green value is 215 (84.38% from 255 or 30.85% from 697); Blue value is 246 (96.48% from 255 or 35.29% from 697); Max value from RGB is 246 - color contains mainly: blue. Hex color #ECD7F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD7F6 is #132809. Grayscale: #E0E0E0. Windows color (decimal): -1255434 or 16177132. OLE color: 16177132.
HSL color Cylindrical-coordinate representation of color #ECD7F6: hue angle of 280.65º degrees, saturation: 0.63, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECD7F6 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 215 | 246 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.04 |
| HSL | 280.65º | 0.63% | 0.9% | - |
| HSV(B) | 280.65º | 0.13% | 0.96% | - |
| XYZ | 75.53 | 73.09 | 97.32 | - |
| YUV | 224.81 | 139.96 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 215 | 246 | 0.04 | 0.13 | 0 | 0.04 | 280.65 | 0.63 | 0.9 |
| Hex | EC | D7 | F6 | 4 | D | 0 | 4 | 119 | 3F | 5A |
| Octal | 354 | 327 | 366 | 4 | 15 | 0 | 4 | 431 | 77 | 132 |
| Binary | 11101100 | 11010111 | 11110110 | 100 | 1101 | 0 | 100 | 100011001 | 111111 | 1011010 |
Color Harmonies of #ECD7F6
Complementary color
Monochromatic Colors of #ECD7F6
Black with #ECD7F6
Text Example
Text Example
White with #ECD7F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD7F6; }
p { color: rgb(236,215,246); }
H1.HeaderClassName
{
color: #ECD7F6;
}
.AnyTagClassName
{
color: #ECD7F6;
}
</style>
background-color css
<style>
a { background-color: #ECD7F6; }
a { background-color: rgb(236,215,246); }
div.DivClassName
{
background-color: #ECD7F6;
}
.BgClassName
{
background-color: #ECD7F6;
}
</style>
border-color css
<style>
span { border-color: #ECD7F6; }
span { border-color: rgb(236,215,246); }
td.TdClassName
{
border-color: #ECD7F6;
}
.TagClassName
{
border-color: #ECD7F6;
}
</style>