Shades of Blue Romance #DBECD6
Tints of Blue Romance #DBECD6
RGB
CMYK
RGB Variations
Color information
#DBECD6 (or 0xDBECD6) is known color: Blue Romance. HEX triplet: DB, EC and D6. RGB value is (219,236,214). Sum of RGB (Red+Green+Blue) = 219+236+214=669 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.74% from 669); Green value is 236 (92.58% from 255 or 35.28% from 669); Blue value is 214 (83.98% from 255 or 31.99% from 669); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBECD6 is #241329. Grayscale: #E4E4E4. Windows color (decimal): -2364202 or 14085339. OLE color: 14085339.
HSL color Cylindrical-coordinate representation of color #DBECD6: hue angle of 106.36º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBECD6 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 236 | 214 | - |
CMYK | 0.07 | 0 | 0.09 | 0.07 |
HSL | 106.36º | 0.37% | 0.88% | - |
HSV(B) | 106.36º | 0.09% | 0.93% | - |
XYZ | 71.35 | 79.91 | 75.28 | - |
YUV | 228.41 | 119.87 | 121.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 236 | 214 | 0.07 | 0 | 0.09 | 0.07 | 106.36 | 0.37 | 0.88 |
Hex | DB | EC | D6 | 7 | 0 | 9 | 7 | 6A | 25 | 58 |
Octal | 333 | 354 | 326 | 7 | 0 | 11 | 7 | 152 | 45 | 130 |
Binary | 11011011 | 11101100 | 11010110 | 111 | 0 | 1001 | 111 | 1101010 | 100101 | 1011000 |
Color Harmonies of #DBECD6
Complementary color
Monochromatic Colors of #DBECD6
Black with #DBECD6
Text Example
Text Example
White with #DBECD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBECD6; }
p { color: rgb(219,236,214); }
H1.HeaderClassName
{
color: #DBECD6;
}
.AnyTagClassName
{
color: #DBECD6;
}
</style>
background-color css
<style>
a { background-color: #DBECD6; }
a { background-color: rgb(219,236,214); }
div.DivClassName
{
background-color: #DBECD6;
}
.BgClassName
{
background-color: #DBECD6;
}
</style>
border-color css
<style>
span { border-color: #DBECD6; }
span { border-color: rgb(219,236,214); }
td.TdClassName
{
border-color: #DBECD6;
}
.TagClassName
{
border-color: #DBECD6;
}
</style>