Shades of Blue Chalk #ECD6FD
Tints of Blue Chalk #ECD6FD
RGB
CMYK
RGB Variations
Color information
#ECD6FD (or 0xECD6FD) is known color: Blue Chalk. HEX triplet: EC, D6 and FD. RGB value is (236,214,253). Sum of RGB (Red+Green+Blue) = 236+214+253=703 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.57% from 703); Green value is 214 (83.98% from 255 or 30.44% from 703); Blue value is 253 (99.22% from 255 or 35.99% from 703); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECD6FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD6FD is #132902. Grayscale: #E0E0E0. Windows color (decimal): -1255683 or 16635628. OLE color: 16635628.
HSL color Cylindrical-coordinate representation of color #ECD6FD: hue angle of 273.85º degrees, saturation: 0.91, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECD6FD is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 236 | 214 | 253 | - |
CMYK | 0.07 | 0.15 | 0 | 0.01 |
HSL | 273.85º | 0.91% | 0.92% | - |
HSV(B) | 273.85º | 0.15% | 0.99% | - |
XYZ | 76.37 | 73.02 | 103 | - |
YUV | 225.02 | 143.79 | 135.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 214 | 253 | 0.07 | 0.15 | 0 | 0.01 | 273.85 | 0.91 | 0.92 |
Hex | EC | D6 | FD | 7 | F | 0 | 1 | 112 | 5B | 5C |
Octal | 354 | 326 | 375 | 7 | 17 | 0 | 1 | 422 | 133 | 134 |
Binary | 11101100 | 11010110 | 11111101 | 111 | 1111 | 0 | 1 | 100010010 | 1011011 | 1011100 |
Color Harmonies of #ECD6FD
Complementary color
Monochromatic Colors of #ECD6FD
Black with #ECD6FD
Text Example
Text Example
White with #ECD6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD6FD; }
p { color: rgb(236,214,253); }
H1.HeaderClassName
{
color: #ECD6FD;
}
.AnyTagClassName
{
color: #ECD6FD;
}
</style>
background-color css
<style>
a { background-color: #ECD6FD; }
a { background-color: rgb(236,214,253); }
div.DivClassName
{
background-color: #ECD6FD;
}
.BgClassName
{
background-color: #ECD6FD;
}
</style>
border-color css
<style>
span { border-color: #ECD6FD; }
span { border-color: rgb(236,214,253); }
td.TdClassName
{
border-color: #ECD6FD;
}
.TagClassName
{
border-color: #ECD6FD;
}
</style>