Shades of Blue Romance #DBEAD6
Tints of Blue Romance #DBEAD6
RGB
CMYK
RGB Variations
Color information
#DBEAD6 (or 0xDBEAD6) is known color: Blue Romance. HEX triplet: DB, EA and D6. RGB value is (219,234,214). Sum of RGB (Red+Green+Blue) = 219+234+214=667 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.83% from 667); Green value is 234 (91.80% from 255 or 35.08% from 667); Blue value is 214 (83.98% from 255 or 32.08% from 667); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEAD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEAD6 is #241529. Grayscale: #E3E3E3. Windows color (decimal): -2364714 or 14084827. OLE color: 14084827.
HSL color Cylindrical-coordinate representation of color #DBEAD6: hue angle of 105º degrees, saturation: 0.32, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBEAD6 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
RGB | 219 | 234 | 214 | - |
CMYK | 0.06 | 0 | 0.09 | 0.08 |
HSL | 105º | 0.32% | 0.88% | - |
HSV(B) | 105º | 0.09% | 0.92% | - |
XYZ | 70.77 | 78.76 | 75.09 | - |
YUV | 227.24 | 120.53 | 122.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 234 | 214 | 0.06 | 0 | 0.09 | 0.08 | 105 | 0.32 | 0.88 |
Hex | DB | EA | D6 | 6 | 0 | 9 | 8 | 69 | 20 | 58 |
Octal | 333 | 352 | 326 | 6 | 0 | 11 | 10 | 151 | 40 | 130 |
Binary | 11011011 | 11101010 | 11010110 | 110 | 0 | 1001 | 1000 | 1101001 | 100000 | 1011000 |
Color Harmonies of #DBEAD6
Complementary color
Monochromatic Colors of #DBEAD6
Black with #DBEAD6
Text Example
Text Example
White with #DBEAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEAD6; }
p { color: rgb(219,234,214); }
H1.HeaderClassName
{
color: #DBEAD6;
}
.AnyTagClassName
{
color: #DBEAD6;
}
</style>
background-color css
<style>
a { background-color: #DBEAD6; }
a { background-color: rgb(219,234,214); }
div.DivClassName
{
background-color: #DBEAD6;
}
.BgClassName
{
background-color: #DBEAD6;
}
</style>
border-color css
<style>
span { border-color: #DBEAD6; }
span { border-color: rgb(219,234,214); }
td.TdClassName
{
border-color: #DBEAD6;
}
.TagClassName
{
border-color: #DBEAD6;
}
</style>