Shades of Blue Chalk #ECDBFC
Tints of Blue Chalk #ECDBFC
RGB
CMYK
RGB Variations
Color information
#ECDBFC (or 0xECDBFC) is known color: Blue Chalk. HEX triplet: EC, DB and FC. RGB value is (236,219,252). Sum of RGB (Red+Green+Blue) = 236+219+252=707 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.38% from 707); Green value is 219 (85.94% from 255 or 30.98% from 707); Blue value is 252 (98.83% from 255 or 35.64% from 707); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECDBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDBFC is #132403. Grayscale: #E3E3E3. Windows color (decimal): -1254404 or 16571372. OLE color: 16571372.
HSL color Cylindrical-coordinate representation of color #ECDBFC: hue angle of 270.91º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECDBFC is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 236 | 219 | 252 | - |
CMYK | 0.06 | 0.13 | 0 | 0.01 |
HSL | 270.91º | 0.85% | 0.92% | - |
HSV(B) | 270.91º | 0.13% | 0.99% | - |
XYZ | 77.49 | 75.52 | 102.59 | - |
YUV | 227.85 | 141.63 | 133.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 219 | 252 | 0.06 | 0.13 | 0 | 0.01 | 270.91 | 0.85 | 0.92 |
Hex | EC | DB | FC | 6 | D | 0 | 1 | 10F | 55 | 5C |
Octal | 354 | 333 | 374 | 6 | 15 | 0 | 1 | 417 | 125 | 134 |
Binary | 11101100 | 11011011 | 11111100 | 110 | 1101 | 0 | 1 | 100001111 | 1010101 | 1011100 |
Color Harmonies of #ECDBFC
Complementary color
Monochromatic Colors of #ECDBFC
Black with #ECDBFC
Text Example
Text Example
White with #ECDBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDBFC; }
p { color: rgb(236,219,252); }
H1.HeaderClassName
{
color: #ECDBFC;
}
.AnyTagClassName
{
color: #ECDBFC;
}
</style>
background-color css
<style>
a { background-color: #ECDBFC; }
a { background-color: rgb(236,219,252); }
div.DivClassName
{
background-color: #ECDBFC;
}
.BgClassName
{
background-color: #ECDBFC;
}
</style>
border-color css
<style>
span { border-color: #ECDBFC; }
span { border-color: rgb(236,219,252); }
td.TdClassName
{
border-color: #ECDBFC;
}
.TagClassName
{
border-color: #ECDBFC;
}
</style>