Shades of Blue Chalk #ECD7FD
Tints of Blue Chalk #ECD7FD
RGB
CMYK
RGB Variations
Color information
#ECD7FD (or 0xECD7FD) is known color: Blue Chalk. HEX triplet: EC, D7 and FD. RGB value is (236,215,253). Sum of RGB (Red+Green+Blue) = 236+215+253=704 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.52% from 704); Green value is 215 (84.38% from 255 or 30.54% from 704); Blue value is 253 (99.22% from 255 or 35.94% from 704); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECD7FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD7FD is #132802. Grayscale: #E1E1E1. Windows color (decimal): -1255427 or 16635884. OLE color: 16635884.
HSL color Cylindrical-coordinate representation of color #ECD7FD: hue angle of 273.16º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECD7FD is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 215 | 253 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.01 |
| HSL | 273.16º | 0.9% | 0.92% | - |
| HSV(B) | 273.16º | 0.15% | 0.99% | - |
| XYZ | 76.62 | 73.53 | 103.08 | - |
| YUV | 225.61 | 143.46 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 215 | 253 | 0.07 | 0.15 | 0 | 0.01 | 273.16 | 0.9 | 0.92 |
| Hex | EC | D7 | FD | 7 | F | 0 | 1 | 111 | 5A | 5C |
| Octal | 354 | 327 | 375 | 7 | 17 | 0 | 1 | 421 | 132 | 134 |
| Binary | 11101100 | 11010111 | 11111101 | 111 | 1111 | 0 | 1 | 100010001 | 1011010 | 1011100 |
Color Harmonies of #ECD7FD
Complementary color
Monochromatic Colors of #ECD7FD
Black with #ECD7FD
Text Example
Text Example
White with #ECD7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD7FD; }
p { color: rgb(236,215,253); }
H1.HeaderClassName
{
color: #ECD7FD;
}
.AnyTagClassName
{
color: #ECD7FD;
}
</style>
background-color css
<style>
a { background-color: #ECD7FD; }
a { background-color: rgb(236,215,253); }
div.DivClassName
{
background-color: #ECD7FD;
}
.BgClassName
{
background-color: #ECD7FD;
}
</style>
border-color css
<style>
span { border-color: #ECD7FD; }
span { border-color: rgb(236,215,253); }
td.TdClassName
{
border-color: #ECD7FD;
}
.TagClassName
{
border-color: #ECD7FD;
}
</style>