Shades of Blue Romance #DBEED5
Tints of Blue Romance #DBEED5
RGB
CMYK
RGB Variations
Color information
#DBEED5 (or 0xDBEED5) is known color: Blue Romance. HEX triplet: DB, EE and D5. RGB value is (219,238,213). Sum of RGB (Red+Green+Blue) = 219+238+213=670 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.69% from 670); Green value is 238 (93.36% from 255 or 35.52% from 670); Blue value is 213 (83.59% from 255 or 31.79% from 670); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEED5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEED5 is #24112A. Grayscale: #E5E5E5. Windows color (decimal): -2363691 or 14020315. OLE color: 14020315.
HSL color Cylindrical-coordinate representation of color #DBEED5: hue angle of 105.6º degrees, saturation: 0.42, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBEED5 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 238 | 213 | - |
CMYK | 0.08 | 0 | 0.11 | 0.07 |
HSL | 105.6º | 0.42% | 0.88% | - |
HSV(B) | 105.6º | 0.11% | 0.93% | - |
XYZ | 71.8 | 81.01 | 74.8 | - |
YUV | 229.47 | 118.71 | 120.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 238 | 213 | 0.08 | 0 | 0.11 | 0.07 | 105.6 | 0.42 | 0.88 |
Hex | DB | EE | D5 | 8 | 0 | B | 7 | 6A | 2A | 58 |
Octal | 333 | 356 | 325 | 10 | 0 | 13 | 7 | 152 | 52 | 130 |
Binary | 11011011 | 11101110 | 11010101 | 1000 | 0 | 1011 | 111 | 1101010 | 101010 | 1011000 |
Color Harmonies of #DBEED5
Complementary color
Monochromatic Colors of #DBEED5
Black with #DBEED5
Text Example
Text Example
White with #DBEED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEED5; }
p { color: rgb(219,238,213); }
H1.HeaderClassName
{
color: #DBEED5;
}
.AnyTagClassName
{
color: #DBEED5;
}
</style>
background-color css
<style>
a { background-color: #DBEED5; }
a { background-color: rgb(219,238,213); }
div.DivClassName
{
background-color: #DBEED5;
}
.BgClassName
{
background-color: #DBEED5;
}
</style>
border-color css
<style>
span { border-color: #DBEED5; }
span { border-color: rgb(219,238,213); }
td.TdClassName
{
border-color: #DBEED5;
}
.TagClassName
{
border-color: #DBEED5;
}
</style>