Shades of Blue Chalk #ECD0FF
Tints of Blue Chalk #ECD0FF
RGB
CMYK
RGB Variations
Color information
#ECD0FF (or 0xECD0FF) is known color: Blue Chalk. HEX triplet: EC, D0 and FF. RGB value is (236,208,255). Sum of RGB (Red+Green+Blue) = 236+208+255=699 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.76% from 699); Green value is 208 (81.64% from 255 or 29.76% from 699); Blue value is 255 (100% from 255 or 36.48% from 699); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECD0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD0FF is #132F00. Grayscale: #DDDDDD. Windows color (decimal): -1257217 or 16765164. OLE color: 16765164.
HSL color Cylindrical-coordinate representation of color #ECD0FF: hue angle of 275.74º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ECD0FF is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 208 | 255 | - |
| CMYK | 0.07 | 0.18 | 0 | 0 |
| HSL | 275.74º | 1% | 0.91% | - |
| HSV(B) | 275.74º | 0.18% | 1% | - |
| XYZ | 75.2 | 70.16 | 104.19 | - |
| YUV | 221.73 | 146.78 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 255 | 0.07 | 0.18 | 0 | 0 | 275.74 | 1 | 0.91 |
| Hex | EC | D0 | FF | 7 | 12 | 0 | 0 | 114 | 64 | 5B |
| Octal | 354 | 320 | 377 | 7 | 22 | 0 | 0 | 424 | 144 | 133 |
| Binary | 11101100 | 11010000 | 11111111 | 111 | 10010 | 0 | 0 | 100010100 | 1100100 | 1011011 |
Color Harmonies of #ECD0FF
Complementary color
Monochromatic Colors of #ECD0FF
Black with #ECD0FF
Text Example
Text Example
White with #ECD0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD0FF; }
p { color: rgb(236,208,255); }
H1.HeaderClassName
{
color: #ECD0FF;
}
.AnyTagClassName
{
color: #ECD0FF;
}
</style>
background-color css
<style>
a { background-color: #ECD0FF; }
a { background-color: rgb(236,208,255); }
div.DivClassName
{
background-color: #ECD0FF;
}
.BgClassName
{
background-color: #ECD0FF;
}
</style>
border-color css
<style>
span { border-color: #ECD0FF; }
span { border-color: rgb(236,208,255); }
td.TdClassName
{
border-color: #ECD0FF;
}
.TagClassName
{
border-color: #ECD0FF;
}
</style>