Shades of Blue Chalk #ECD2FE
Tints of Blue Chalk #ECD2FE
RGB
CMYK
RGB Variations
Color information
#ECD2FE (or 0xECD2FE) is known color: Blue Chalk. HEX triplet: EC, D2 and FE. RGB value is (236,210,254). Sum of RGB (Red+Green+Blue) = 236+210+254=700 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.71% from 700); Green value is 210 (82.42% from 255 or 30% from 700); Blue value is 254 (99.61% from 255 or 36.29% from 700); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECD2FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD2FE is #132D01. Grayscale: #DEDEDE. Windows color (decimal): -1256706 or 16700140. OLE color: 16700140.
HSL color Cylindrical-coordinate representation of color #ECD2FE: hue angle of 275.45º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ECD2FE is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 210 | 254 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.00 |
| HSL | 275.45º | 0.96% | 0.91% | - |
| HSV(B) | 275.45º | 0.17% | 1% | - |
| XYZ | 75.53 | 71.08 | 103.51 | - |
| YUV | 222.79 | 145.61 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 210 | 254 | 0.07 | 0.17 | 0 | 0.00 | 275.45 | 0.96 | 0.91 |
| Hex | EC | D2 | FE | 7 | 11 | 0 | 0 | 113 | 60 | 5B |
| Octal | 354 | 322 | 376 | 7 | 21 | 0 | 0 | 423 | 140 | 133 |
| Binary | 11101100 | 11010010 | 11111110 | 111 | 10001 | 0 | 0 | 100010011 | 1100000 | 1011011 |
Color Harmonies of #ECD2FE
Complementary color
Monochromatic Colors of #ECD2FE
Black with #ECD2FE
Text Example
Text Example
White with #ECD2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD2FE; }
p { color: rgb(236,210,254); }
H1.HeaderClassName
{
color: #ECD2FE;
}
.AnyTagClassName
{
color: #ECD2FE;
}
</style>
background-color css
<style>
a { background-color: #ECD2FE; }
a { background-color: rgb(236,210,254); }
div.DivClassName
{
background-color: #ECD2FE;
}
.BgClassName
{
background-color: #ECD2FE;
}
</style>
border-color css
<style>
span { border-color: #ECD2FE; }
span { border-color: rgb(236,210,254); }
td.TdClassName
{
border-color: #ECD2FE;
}
.TagClassName
{
border-color: #ECD2FE;
}
</style>