Shades of Blue Chalk #ECD9FD
Tints of Blue Chalk #ECD9FD
RGB
CMYK
RGB Variations
Color information
#ECD9FD (or 0xECD9FD) is known color: Blue Chalk. HEX triplet: EC, D9 and FD. RGB value is (236,217,253). Sum of RGB (Red+Green+Blue) = 236+217+253=706 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.43% from 706); Green value is 217 (85.16% from 255 or 30.74% from 706); Blue value is 253 (99.22% from 255 or 35.84% from 706); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECD9FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD9FD is #132602. Grayscale: #E2E2E2. Windows color (decimal): -1254915 or 16636396. OLE color: 16636396.
HSL color Cylindrical-coordinate representation of color #ECD9FD: hue angle of 271.67º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECD9FD is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 217 | 253 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.01 |
| HSL | 271.67º | 0.9% | 0.92% | - |
| HSV(B) | 271.67º | 0.14% | 0.99% | - |
| XYZ | 77.13 | 74.55 | 103.25 | - |
| YUV | 226.79 | 142.79 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 217 | 253 | 0.07 | 0.14 | 0 | 0.01 | 271.67 | 0.9 | 0.92 |
| Hex | EC | D9 | FD | 7 | E | 0 | 1 | 110 | 5A | 5C |
| Octal | 354 | 331 | 375 | 7 | 16 | 0 | 1 | 420 | 132 | 134 |
| Binary | 11101100 | 11011001 | 11111101 | 111 | 1110 | 0 | 1 | 100010000 | 1011010 | 1011100 |
Color Harmonies of #ECD9FD
Complementary color
Monochromatic Colors of #ECD9FD
Black with #ECD9FD
Text Example
Text Example
White with #ECD9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD9FD; }
p { color: rgb(236,217,253); }
H1.HeaderClassName
{
color: #ECD9FD;
}
.AnyTagClassName
{
color: #ECD9FD;
}
</style>
background-color css
<style>
a { background-color: #ECD9FD; }
a { background-color: rgb(236,217,253); }
div.DivClassName
{
background-color: #ECD9FD;
}
.BgClassName
{
background-color: #ECD9FD;
}
</style>
border-color css
<style>
span { border-color: #ECD9FD; }
span { border-color: rgb(236,217,253); }
td.TdClassName
{
border-color: #ECD9FD;
}
.TagClassName
{
border-color: #ECD9FD;
}
</style>