Shades of Blue Chalk #ECD2FC
Tints of Blue Chalk #ECD2FC
RGB
CMYK
RGB Variations
Color information
#ECD2FC (or 0xECD2FC) is known color: Blue Chalk. HEX triplet: EC, D2 and FC. RGB value is (236,210,252). Sum of RGB (Red+Green+Blue) = 236+210+252=698 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.81% from 698); Green value is 210 (82.42% from 255 or 30.09% from 698); Blue value is 252 (98.83% from 255 or 36.10% from 698); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECD2FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD2FC is #132D03. Grayscale: #DEDEDE. Windows color (decimal): -1256708 or 16569068. OLE color: 16569068.
HSL color Cylindrical-coordinate representation of color #ECD2FC: hue angle of 277.14º degrees, saturation: 0.88, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ECD2FC is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 210 | 252 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.01 |
| HSL | 277.14º | 0.88% | 0.91% | - |
| HSV(B) | 277.14º | 0.17% | 0.99% | - |
| XYZ | 75.21 | 70.95 | 101.83 | - |
| YUV | 222.56 | 144.61 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 210 | 252 | 0.06 | 0.17 | 0 | 0.01 | 277.14 | 0.88 | 0.91 |
| Hex | EC | D2 | FC | 6 | 11 | 0 | 1 | 115 | 58 | 5B |
| Octal | 354 | 322 | 374 | 6 | 21 | 0 | 1 | 425 | 130 | 133 |
| Binary | 11101100 | 11010010 | 11111100 | 110 | 10001 | 0 | 1 | 100010101 | 1011000 | 1011011 |
Color Harmonies of #ECD2FC
Complementary color
Monochromatic Colors of #ECD2FC
Black with #ECD2FC
Text Example
Text Example
White with #ECD2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD2FC; }
p { color: rgb(236,210,252); }
H1.HeaderClassName
{
color: #ECD2FC;
}
.AnyTagClassName
{
color: #ECD2FC;
}
</style>
background-color css
<style>
a { background-color: #ECD2FC; }
a { background-color: rgb(236,210,252); }
div.DivClassName
{
background-color: #ECD2FC;
}
.BgClassName
{
background-color: #ECD2FC;
}
</style>
border-color css
<style>
span { border-color: #ECD2FC; }
span { border-color: rgb(236,210,252); }
td.TdClassName
{
border-color: #ECD2FC;
}
.TagClassName
{
border-color: #ECD2FC;
}
</style>