Shades of Blue Chalk #ECD9FA
Tints of Blue Chalk #ECD9FA
RGB
CMYK
RGB Variations
Color information
#ECD9FA (or 0xECD9FA) is known color: Blue Chalk. HEX triplet: EC, D9 and FA. RGB value is (236,217,250). Sum of RGB (Red+Green+Blue) = 236+217+250=703 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.57% from 703); Green value is 217 (85.16% from 255 or 30.87% from 703); Blue value is 250 (98.05% from 255 or 35.56% from 703); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECD9FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD9FA is #132605. Grayscale: #E2E2E2. Windows color (decimal): -1254918 or 16439788. OLE color: 16439788.
HSL color Cylindrical-coordinate representation of color #ECD9FA: hue angle of 274.55º degrees, saturation: 0.77, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECD9FA is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 217 | 250 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.02 |
| HSL | 274.55º | 0.77% | 0.92% | - |
| HSV(B) | 274.55º | 0.13% | 0.98% | - |
| XYZ | 76.66 | 74.36 | 100.76 | - |
| YUV | 226.44 | 141.29 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 217 | 250 | 0.06 | 0.13 | 0 | 0.02 | 274.55 | 0.77 | 0.92 |
| Hex | EC | D9 | FA | 6 | D | 0 | 2 | 113 | 4D | 5C |
| Octal | 354 | 331 | 372 | 6 | 15 | 0 | 2 | 423 | 115 | 134 |
| Binary | 11101100 | 11011001 | 11111010 | 110 | 1101 | 0 | 10 | 100010011 | 1001101 | 1011100 |
Color Harmonies of #ECD9FA
Complementary color
Monochromatic Colors of #ECD9FA
Black with #ECD9FA
Text Example
Text Example
White with #ECD9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD9FA; }
p { color: rgb(236,217,250); }
H1.HeaderClassName
{
color: #ECD9FA;
}
.AnyTagClassName
{
color: #ECD9FA;
}
</style>
background-color css
<style>
a { background-color: #ECD9FA; }
a { background-color: rgb(236,217,250); }
div.DivClassName
{
background-color: #ECD9FA;
}
.BgClassName
{
background-color: #ECD9FA;
}
</style>
border-color css
<style>
span { border-color: #ECD9FA; }
span { border-color: rgb(236,217,250); }
td.TdClassName
{
border-color: #ECD9FA;
}
.TagClassName
{
border-color: #ECD9FA;
}
</style>