Shades of Blue Chalk #ECD8FF
Tints of Blue Chalk #ECD8FF
RGB
CMYK
RGB Variations
Color information
#ECD8FF (or 0xECD8FF) is known color: Blue Chalk. HEX triplet: EC, D8 and FF. RGB value is (236,216,255). Sum of RGB (Red+Green+Blue) = 236+216+255=707 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.38% from 707); Green value is 216 (84.77% from 255 or 30.55% from 707); Blue value is 255 (100% from 255 or 36.07% from 707); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECD8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD8FF is #132700. Grayscale: #E2E2E2. Windows color (decimal): -1255169 or 16767212. OLE color: 16767212.
HSL color Cylindrical-coordinate representation of color #ECD8FF: hue angle of 270.77º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECD8FF is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 216 | 255 | - |
| CMYK | 0.07 | 0.15 | 0 | 0 |
| HSL | 270.77º | 1% | 0.92% | - |
| HSV(B) | 270.77º | 0.15% | 1% | - |
| XYZ | 77.2 | 74.16 | 104.85 | - |
| YUV | 226.43 | 144.13 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 255 | 0.07 | 0.15 | 0 | 0 | 270.77 | 1 | 0.92 |
| Hex | EC | D8 | FF | 7 | F | 0 | 0 | 10F | 64 | 5C |
| Octal | 354 | 330 | 377 | 7 | 17 | 0 | 0 | 417 | 144 | 134 |
| Binary | 11101100 | 11011000 | 11111111 | 111 | 1111 | 0 | 0 | 100001111 | 1100100 | 1011100 |
Color Harmonies of #ECD8FF
Complementary color
Monochromatic Colors of #ECD8FF
Black with #ECD8FF
Text Example
Text Example
White with #ECD8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD8FF; }
p { color: rgb(236,216,255); }
H1.HeaderClassName
{
color: #ECD8FF;
}
.AnyTagClassName
{
color: #ECD8FF;
}
</style>
background-color css
<style>
a { background-color: #ECD8FF; }
a { background-color: rgb(236,216,255); }
div.DivClassName
{
background-color: #ECD8FF;
}
.BgClassName
{
background-color: #ECD8FF;
}
</style>
border-color css
<style>
span { border-color: #ECD8FF; }
span { border-color: rgb(236,216,255); }
td.TdClassName
{
border-color: #ECD8FF;
}
.TagClassName
{
border-color: #ECD8FF;
}
</style>