Shades of Blue Chalk #ECD9FE
Tints of Blue Chalk #ECD9FE
RGB
CMYK
RGB Variations
Color information
#ECD9FE (or 0xECD9FE) is known color: Blue Chalk. HEX triplet: EC, D9 and FE. RGB value is (236,217,254). Sum of RGB (Red+Green+Blue) = 236+217+254=707 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.38% from 707); Green value is 217 (85.16% from 255 or 30.69% from 707); Blue value is 254 (99.61% from 255 or 35.93% from 707); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECD9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD9FE is #132601. Grayscale: #E2E2E2. Windows color (decimal): -1254914 or 16701932. OLE color: 16701932.
HSL color Cylindrical-coordinate representation of color #ECD9FE: hue angle of 270.81º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECD9FE is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 217 | 254 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.00 |
| HSL | 270.81º | 0.95% | 0.92% | - |
| HSV(B) | 270.81º | 0.15% | 1% | - |
| XYZ | 77.29 | 74.61 | 104.09 | - |
| YUV | 226.9 | 143.29 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 217 | 254 | 0.07 | 0.15 | 0 | 0.00 | 270.81 | 0.95 | 0.92 |
| Hex | EC | D9 | FE | 7 | F | 0 | 0 | 10F | 5F | 5C |
| Octal | 354 | 331 | 376 | 7 | 17 | 0 | 0 | 417 | 137 | 134 |
| Binary | 11101100 | 11011001 | 11111110 | 111 | 1111 | 0 | 0 | 100001111 | 1011111 | 1011100 |
Color Harmonies of #ECD9FE
Complementary color
Monochromatic Colors of #ECD9FE
Black with #ECD9FE
Text Example
Text Example
White with #ECD9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD9FE; }
p { color: rgb(236,217,254); }
H1.HeaderClassName
{
color: #ECD9FE;
}
.AnyTagClassName
{
color: #ECD9FE;
}
</style>
background-color css
<style>
a { background-color: #ECD9FE; }
a { background-color: rgb(236,217,254); }
div.DivClassName
{
background-color: #ECD9FE;
}
.BgClassName
{
background-color: #ECD9FE;
}
</style>
border-color css
<style>
span { border-color: #ECD9FE; }
span { border-color: rgb(236,217,254); }
td.TdClassName
{
border-color: #ECD9FE;
}
.TagClassName
{
border-color: #ECD9FE;
}
</style>