Shades of Blue Chalk #ECDBF7
Tints of Blue Chalk #ECDBF7
RGB
CMYK
RGB Variations
Color information
#ECDBF7 (or 0xECDBF7) is known color: Blue Chalk. HEX triplet: EC, DB and F7. RGB value is (236,219,247). Sum of RGB (Red+Green+Blue) = 236+219+247=702 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.62% from 702); Green value is 219 (85.94% from 255 or 31.20% from 702); Blue value is 247 (96.88% from 255 or 35.19% from 702); Max value from RGB is 247 - color contains mainly: blue. Hex color #ECDBF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDBF7 is #132408. Grayscale: #E3E3E3. Windows color (decimal): -1254409 or 16243692. OLE color: 16243692.
HSL color Cylindrical-coordinate representation of color #ECDBF7: hue angle of 276.43º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ECDBF7 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 236 | 219 | 247 | - |
CMYK | 0.04 | 0.11 | 0 | 0.03 |
HSL | 276.43º | 0.64% | 0.91% | - |
HSV(B) | 276.43º | 0.11% | 0.97% | - |
XYZ | 76.71 | 75.21 | 98.47 | - |
YUV | 227.28 | 139.13 | 134.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 219 | 247 | 0.04 | 0.11 | 0 | 0.03 | 276.43 | 0.64 | 0.91 |
Hex | EC | DB | F7 | 4 | B | 0 | 3 | 114 | 40 | 5B |
Octal | 354 | 333 | 367 | 4 | 13 | 0 | 3 | 424 | 100 | 133 |
Binary | 11101100 | 11011011 | 11110111 | 100 | 1011 | 0 | 11 | 100010100 | 1000000 | 1011011 |
Color Harmonies of #ECDBF7
Complementary color
Monochromatic Colors of #ECDBF7
Black with #ECDBF7
Text Example
Text Example
White with #ECDBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDBF7; }
p { color: rgb(236,219,247); }
H1.HeaderClassName
{
color: #ECDBF7;
}
.AnyTagClassName
{
color: #ECDBF7;
}
</style>
background-color css
<style>
a { background-color: #ECDBF7; }
a { background-color: rgb(236,219,247); }
div.DivClassName
{
background-color: #ECDBF7;
}
.BgClassName
{
background-color: #ECDBF7;
}
</style>
border-color css
<style>
span { border-color: #ECDBF7; }
span { border-color: rgb(236,219,247); }
td.TdClassName
{
border-color: #ECDBF7;
}
.TagClassName
{
border-color: #ECDBF7;
}
</style>