Shades of Blue Chalk #ECD7F4
Tints of Blue Chalk #ECD7F4
RGB
CMYK
RGB Variations
Color information
#ECD7F4 (or 0xECD7F4) is known color: Blue Chalk. HEX triplet: EC, D7 and F4. RGB value is (236,215,244). Sum of RGB (Red+Green+Blue) = 236+215+244=695 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.96% from 695); Green value is 215 (84.38% from 255 or 30.94% from 695); Blue value is 244 (95.70% from 255 or 35.11% from 695); Max value from RGB is 244 - color contains mainly: blue. Hex color #ECD7F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD7F4 is #13280B. Grayscale: #E0E0E0. Windows color (decimal): -1255436 or 16046060. OLE color: 16046060.
HSL color Cylindrical-coordinate representation of color #ECD7F4: hue angle of 283.45º degrees, saturation: 0.57, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ECD7F4 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 215 | 244 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.04 |
| HSL | 283.45º | 0.57% | 0.9% | - |
| HSV(B) | 283.45º | 0.12% | 0.96% | - |
| XYZ | 75.22 | 72.97 | 95.71 | - |
| YUV | 224.59 | 138.96 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 215 | 244 | 0.03 | 0.12 | 0 | 0.04 | 283.45 | 0.57 | 0.9 |
| Hex | EC | D7 | F4 | 3 | C | 0 | 4 | 11B | 39 | 5A |
| Octal | 354 | 327 | 364 | 3 | 14 | 0 | 4 | 433 | 71 | 132 |
| Binary | 11101100 | 11010111 | 11110100 | 11 | 1100 | 0 | 100 | 100011011 | 111001 | 1011010 |
Color Harmonies of #ECD7F4
Complementary color
Monochromatic Colors of #ECD7F4
Black with #ECD7F4
Text Example
Text Example
White with #ECD7F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD7F4; }
p { color: rgb(236,215,244); }
H1.HeaderClassName
{
color: #ECD7F4;
}
.AnyTagClassName
{
color: #ECD7F4;
}
</style>
background-color css
<style>
a { background-color: #ECD7F4; }
a { background-color: rgb(236,215,244); }
div.DivClassName
{
background-color: #ECD7F4;
}
.BgClassName
{
background-color: #ECD7F4;
}
</style>
border-color css
<style>
span { border-color: #ECD7F4; }
span { border-color: rgb(236,215,244); }
td.TdClassName
{
border-color: #ECD7F4;
}
.TagClassName
{
border-color: #ECD7F4;
}
</style>