Shades of Blue Chalk #ECD2FD
Tints of Blue Chalk #ECD2FD
RGB
CMYK
RGB Variations
Color information
#ECD2FD (or 0xECD2FD) is known color: Blue Chalk. HEX triplet: EC, D2 and FD. RGB value is (236,210,253). Sum of RGB (Red+Green+Blue) = 236+210+253=699 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.76% from 699); Green value is 210 (82.42% from 255 or 30.04% from 699); Blue value is 253 (99.22% from 255 or 36.19% from 699); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECD2FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD2FD is #132D02. Grayscale: #DEDEDE. Windows color (decimal): -1256707 or 16634604. OLE color: 16634604.
HSL color Cylindrical-coordinate representation of color #ECD2FD: hue angle of 276.28º degrees, saturation: 0.91, 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 #ECD2FD is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 236 | 210 | 253 | - |
CMYK | 0.07 | 0.17 | 0 | 0.01 |
HSL | 276.28º | 0.91% | 0.91% | - |
HSV(B) | 276.28º | 0.17% | 0.99% | - |
XYZ | 75.37 | 71.02 | 102.66 | - |
YUV | 222.68 | 145.11 | 137.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 210 | 253 | 0.07 | 0.17 | 0 | 0.01 | 276.28 | 0.91 | 0.91 |
Hex | EC | D2 | FD | 7 | 11 | 0 | 1 | 114 | 5B | 5B |
Octal | 354 | 322 | 375 | 7 | 21 | 0 | 1 | 424 | 133 | 133 |
Binary | 11101100 | 11010010 | 11111101 | 111 | 10001 | 0 | 1 | 100010100 | 1011011 | 1011011 |
Color Harmonies of #ECD2FD
Complementary color
Monochromatic Colors of #ECD2FD
Black with #ECD2FD
Text Example
Text Example
White with #ECD2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD2FD; }
p { color: rgb(236,210,253); }
H1.HeaderClassName
{
color: #ECD2FD;
}
.AnyTagClassName
{
color: #ECD2FD;
}
</style>
background-color css
<style>
a { background-color: #ECD2FD; }
a { background-color: rgb(236,210,253); }
div.DivClassName
{
background-color: #ECD2FD;
}
.BgClassName
{
background-color: #ECD2FD;
}
</style>
border-color css
<style>
span { border-color: #ECD2FD; }
span { border-color: rgb(236,210,253); }
td.TdClassName
{
border-color: #ECD2FD;
}
.TagClassName
{
border-color: #ECD2FD;
}
</style>