Shades of Blue Romance #DBECD5
Tints of Blue Romance #DBECD5
RGB
CMYK
RGB Variations
Color information
#DBECD5 (or 0xDBECD5) is known color: Blue Romance. HEX triplet: DB, EC and D5. RGB value is (219,236,213). Sum of RGB (Red+Green+Blue) = 219+236+213=668 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.78% from 668); Green value is 236 (92.58% from 255 or 35.33% from 668); Blue value is 213 (83.59% from 255 or 31.89% from 668); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBECD5 is #24132A. Grayscale: #E4E4E4. Windows color (decimal): -2364203 or 14019803. OLE color: 14019803.
HSL color Cylindrical-coordinate representation of color #DBECD5: hue angle of 104.35º degrees, saturation: 0.38, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBECD5 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 236 | 213 | - |
CMYK | 0.07 | 0 | 0.10 | 0.07 |
HSL | 104.35º | 0.38% | 0.88% | - |
HSV(B) | 104.35º | 0.1% | 0.93% | - |
XYZ | 71.22 | 79.86 | 74.61 | - |
YUV | 228.3 | 119.37 | 121.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 236 | 213 | 0.07 | 0 | 0.10 | 0.07 | 104.35 | 0.38 | 0.88 |
Hex | DB | EC | D5 | 7 | 0 | A | 7 | 68 | 26 | 58 |
Octal | 333 | 354 | 325 | 7 | 0 | 12 | 7 | 150 | 46 | 130 |
Binary | 11011011 | 11101100 | 11010101 | 111 | 0 | 1010 | 111 | 1101000 | 100110 | 1011000 |
Color Harmonies of #DBECD5
Complementary color
Monochromatic Colors of #DBECD5
Black with #DBECD5
Text Example
Text Example
White with #DBECD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBECD5; }
p { color: rgb(219,236,213); }
H1.HeaderClassName
{
color: #DBECD5;
}
.AnyTagClassName
{
color: #DBECD5;
}
</style>
background-color css
<style>
a { background-color: #DBECD5; }
a { background-color: rgb(219,236,213); }
div.DivClassName
{
background-color: #DBECD5;
}
.BgClassName
{
background-color: #DBECD5;
}
</style>
border-color css
<style>
span { border-color: #DBECD5; }
span { border-color: rgb(219,236,213); }
td.TdClassName
{
border-color: #DBECD5;
}
.TagClassName
{
border-color: #DBECD5;
}
</style>