Shades of Blue Chalk #ECD5FD
Tints of Blue Chalk #ECD5FD
RGB
CMYK
RGB Variations
Color information
#ECD5FD (or 0xECD5FD) is known color: Blue Chalk. HEX triplet: EC, D5 and FD. RGB value is (236,213,253). Sum of RGB (Red+Green+Blue) = 236+213+253=702 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.62% from 702); Green value is 213 (83.59% from 255 or 30.34% from 702); Blue value is 253 (99.22% from 255 or 36.04% from 702); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECD5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD5FD is #132A02. Grayscale: #E0E0E0. Windows color (decimal): -1255939 or 16635372. OLE color: 16635372.
HSL color Cylindrical-coordinate representation of color #ECD5FD: hue angle of 274.5º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ECD5FD is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 236 | 213 | 253 | - |
CMYK | 0.07 | 0.16 | 0 | 0.01 |
HSL | 274.5º | 0.91% | 0.91% | - |
HSV(B) | 274.5º | 0.16% | 0.99% | - |
XYZ | 76.12 | 72.51 | 102.91 | - |
YUV | 224.44 | 144.12 | 136.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 213 | 253 | 0.07 | 0.16 | 0 | 0.01 | 274.5 | 0.91 | 0.91 |
Hex | EC | D5 | FD | 7 | 10 | 0 | 1 | 112 | 5B | 5B |
Octal | 354 | 325 | 375 | 7 | 20 | 0 | 1 | 422 | 133 | 133 |
Binary | 11101100 | 11010101 | 11111101 | 111 | 10000 | 0 | 1 | 100010010 | 1011011 | 1011011 |
Color Harmonies of #ECD5FD
Complementary color
Monochromatic Colors of #ECD5FD
Black with #ECD5FD
Text Example
Text Example
White with #ECD5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD5FD; }
p { color: rgb(236,213,253); }
H1.HeaderClassName
{
color: #ECD5FD;
}
.AnyTagClassName
{
color: #ECD5FD;
}
</style>
background-color css
<style>
a { background-color: #ECD5FD; }
a { background-color: rgb(236,213,253); }
div.DivClassName
{
background-color: #ECD5FD;
}
.BgClassName
{
background-color: #ECD5FD;
}
</style>
border-color css
<style>
span { border-color: #ECD5FD; }
span { border-color: rgb(236,213,253); }
td.TdClassName
{
border-color: #ECD5FD;
}
.TagClassName
{
border-color: #ECD5FD;
}
</style>