Shades of Blue Chalk #ECD3FB
Tints of Blue Chalk #ECD3FB
RGB
CMYK
RGB Variations
Color information
#ECD3FB (or 0xECD3FB) is known color: Blue Chalk. HEX triplet: EC, D3 and FB. RGB value is (236,211,251). Sum of RGB (Red+Green+Blue) = 236+211+251=698 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.81% from 698); Green value is 211 (82.81% from 255 or 30.23% from 698); Blue value is 251 (98.44% from 255 or 35.96% from 698); Max value from RGB is 251 - color contains mainly: blue. Hex color #ECD3FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD3FB is #132C04. Grayscale: #DEDEDE. Windows color (decimal): -1256453 or 16503788. OLE color: 16503788.
HSL color Cylindrical-coordinate representation of color #ECD3FB: hue angle of 277.5º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ECD3FB is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 211 | 251 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.02 |
| HSL | 277.5º | 0.83% | 0.91% | - |
| HSV(B) | 277.5º | 0.16% | 0.98% | - |
| XYZ | 75.3 | 71.39 | 101.08 | - |
| YUV | 223.04 | 143.78 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 211 | 251 | 0.06 | 0.16 | 0 | 0.02 | 277.5 | 0.83 | 0.91 |
| Hex | EC | D3 | FB | 6 | 10 | 0 | 2 | 116 | 53 | 5B |
| Octal | 354 | 323 | 373 | 6 | 20 | 0 | 2 | 426 | 123 | 133 |
| Binary | 11101100 | 11010011 | 11111011 | 110 | 10000 | 0 | 10 | 100010110 | 1010011 | 1011011 |
Color Harmonies of #ECD3FB
Complementary color
Monochromatic Colors of #ECD3FB
Black with #ECD3FB
Text Example
Text Example
White with #ECD3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD3FB; }
p { color: rgb(236,211,251); }
H1.HeaderClassName
{
color: #ECD3FB;
}
.AnyTagClassName
{
color: #ECD3FB;
}
</style>
background-color css
<style>
a { background-color: #ECD3FB; }
a { background-color: rgb(236,211,251); }
div.DivClassName
{
background-color: #ECD3FB;
}
.BgClassName
{
background-color: #ECD3FB;
}
</style>
border-color css
<style>
span { border-color: #ECD3FB; }
span { border-color: rgb(236,211,251); }
td.TdClassName
{
border-color: #ECD3FB;
}
.TagClassName
{
border-color: #ECD3FB;
}
</style>