Shades of Blue Chalk #ECDBFD
Tints of Blue Chalk #ECDBFD
RGB
CMYK
RGB Variations
Color information
#ECDBFD (or 0xECDBFD) is known color: Blue Chalk. HEX triplet: EC, DB and FD. RGB value is (236,219,253). Sum of RGB (Red+Green+Blue) = 236+219+253=708 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.33% from 708); Green value is 219 (85.94% from 255 or 30.93% from 708); Blue value is 253 (99.22% from 255 or 35.73% from 708); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECDBFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDBFD is #132402. Grayscale: #E3E3E3. Windows color (decimal): -1254403 or 16636908. OLE color: 16636908.
HSL color Cylindrical-coordinate representation of color #ECDBFD: hue angle of 270º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECDBFD is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 236 | 219 | 253 | - |
CMYK | 0.07 | 0.13 | 0 | 0.01 |
HSL | 270º | 0.89% | 0.93% | - |
HSV(B) | 270º | 0.13% | 0.99% | - |
XYZ | 77.65 | 75.59 | 103.43 | - |
YUV | 227.96 | 142.13 | 133.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 219 | 253 | 0.07 | 0.13 | 0 | 0.01 | 270 | 0.89 | 0.93 |
Hex | EC | DB | FD | 7 | D | 0 | 1 | 10E | 59 | 5D |
Octal | 354 | 333 | 375 | 7 | 15 | 0 | 1 | 416 | 131 | 135 |
Binary | 11101100 | 11011011 | 11111101 | 111 | 1101 | 0 | 1 | 100001110 | 1011001 | 1011101 |
Color Harmonies of #ECDBFD
Complementary color
Monochromatic Colors of #ECDBFD
Black with #ECDBFD
Text Example
Text Example
White with #ECDBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDBFD; }
p { color: rgb(236,219,253); }
H1.HeaderClassName
{
color: #ECDBFD;
}
.AnyTagClassName
{
color: #ECDBFD;
}
</style>
background-color css
<style>
a { background-color: #ECDBFD; }
a { background-color: rgb(236,219,253); }
div.DivClassName
{
background-color: #ECDBFD;
}
.BgClassName
{
background-color: #ECDBFD;
}
</style>
border-color css
<style>
span { border-color: #ECDBFD; }
span { border-color: rgb(236,219,253); }
td.TdClassName
{
border-color: #ECDBFD;
}
.TagClassName
{
border-color: #ECDBFD;
}
</style>