Shades of Blue Romance #DBEDD5
Tints of Blue Romance #DBEDD5
RGB
CMYK
RGB Variations
Color information
#DBEDD5 (or 0xDBEDD5) is known color: Blue Romance. HEX triplet: DB, ED and D5. RGB value is (219,237,213). Sum of RGB (Red+Green+Blue) = 219+237+213=669 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.74% from 669); Green value is 237 (92.97% from 255 or 35.43% from 669); Blue value is 213 (83.59% from 255 or 31.84% from 669); Max value from RGB is 237 - color contains mainly: green. Hex color #DBEDD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEDD5 is #24122A. Grayscale: #E4E4E4. Windows color (decimal): -2363947 or 14020059. OLE color: 14020059.
HSL color Cylindrical-coordinate representation of color #DBEDD5: hue angle of 105º degrees, saturation: 0.4, 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 #DBEDD5 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 237 | 213 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.07 |
| HSL | 105º | 0.4% | 0.88% | - |
| HSV(B) | 105º | 0.1% | 0.93% | - |
| XYZ | 71.51 | 80.43 | 74.71 | - |
| YUV | 228.88 | 119.04 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 237 | 213 | 0.08 | 0 | 0.10 | 0.07 | 105 | 0.4 | 0.88 |
| Hex | DB | ED | D5 | 8 | 0 | A | 7 | 69 | 28 | 58 |
| Octal | 333 | 355 | 325 | 10 | 0 | 12 | 7 | 151 | 50 | 130 |
| Binary | 11011011 | 11101101 | 11010101 | 1000 | 0 | 1010 | 111 | 1101001 | 101000 | 1011000 |
Color Harmonies of #DBEDD5
Complementary color
Monochromatic Colors of #DBEDD5
Black with #DBEDD5
Text Example
Text Example
White with #DBEDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEDD5; }
p { color: rgb(219,237,213); }
H1.HeaderClassName
{
color: #DBEDD5;
}
.AnyTagClassName
{
color: #DBEDD5;
}
</style>
background-color css
<style>
a { background-color: #DBEDD5; }
a { background-color: rgb(219,237,213); }
div.DivClassName
{
background-color: #DBEDD5;
}
.BgClassName
{
background-color: #DBEDD5;
}
</style>
border-color css
<style>
span { border-color: #DBEDD5; }
span { border-color: rgb(219,237,213); }
td.TdClassName
{
border-color: #DBEDD5;
}
.TagClassName
{
border-color: #DBEDD5;
}
</style>