Shades of Blue Chalk #ECD3FC
Tints of Blue Chalk #ECD3FC
RGB
CMYK
RGB Variations
Color information
#ECD3FC (or 0xECD3FC) is known color: Blue Chalk. HEX triplet: EC, D3 and FC. RGB value is (236,211,252). Sum of RGB (Red+Green+Blue) = 236+211+252=699 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.76% from 699); Green value is 211 (82.81% from 255 or 30.19% from 699); Blue value is 252 (98.83% from 255 or 36.05% from 699); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECD3FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD3FC is #132C03. Grayscale: #DFDFDF. Windows color (decimal): -1256452 or 16569324. OLE color: 16569324.
HSL color Cylindrical-coordinate representation of color #ECD3FC: hue angle of 276.59º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ECD3FC is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 211 | 252 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.01 |
| HSL | 276.59º | 0.87% | 0.91% | - |
| HSV(B) | 276.59º | 0.16% | 0.99% | - |
| XYZ | 75.46 | 71.45 | 101.91 | - |
| YUV | 223.15 | 144.28 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 211 | 252 | 0.06 | 0.16 | 0 | 0.01 | 276.59 | 0.87 | 0.91 |
| Hex | EC | D3 | FC | 6 | 10 | 0 | 1 | 115 | 57 | 5B |
| Octal | 354 | 323 | 374 | 6 | 20 | 0 | 1 | 425 | 127 | 133 |
| Binary | 11101100 | 11010011 | 11111100 | 110 | 10000 | 0 | 1 | 100010101 | 1010111 | 1011011 |
Color Harmonies of #ECD3FC
Complementary color
Monochromatic Colors of #ECD3FC
Black with #ECD3FC
Text Example
Text Example
White with #ECD3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD3FC; }
p { color: rgb(236,211,252); }
H1.HeaderClassName
{
color: #ECD3FC;
}
.AnyTagClassName
{
color: #ECD3FC;
}
</style>
background-color css
<style>
a { background-color: #ECD3FC; }
a { background-color: rgb(236,211,252); }
div.DivClassName
{
background-color: #ECD3FC;
}
.BgClassName
{
background-color: #ECD3FC;
}
</style>
border-color css
<style>
span { border-color: #ECD3FC; }
span { border-color: rgb(236,211,252); }
td.TdClassName
{
border-color: #ECD3FC;
}
.TagClassName
{
border-color: #ECD3FC;
}
</style>