Shades of Blue Romance #DBF3D5
Tints of Blue Romance #DBF3D5
RGB
CMYK
RGB Variations
Color information
#DBF3D5 (or 0xDBF3D5) is known color: Blue Romance. HEX triplet: DB, F3 and D5. RGB value is (219,243,213). Sum of RGB (Red+Green+Blue) = 219+243+213=675 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.44% from 675); Green value is 243 (95.31% from 255 or 36% from 675); Blue value is 213 (83.59% from 255 or 31.56% from 675); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF3D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF3D5 is #240C2A. Grayscale: #E8E8E8. Windows color (decimal): -2362411 or 14021595. OLE color: 14021595.
HSL color Cylindrical-coordinate representation of color #DBF3D5: hue angle of 108º degrees, saturation: 0.56, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBF3D5 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
RGB | 219 | 243 | 213 | - |
CMYK | 0.10 | 0 | 0.12 | 0.05 |
HSL | 108º | 0.56% | 0.89% | - |
HSV(B) | 108º | 0.12% | 0.95% | - |
XYZ | 73.27 | 83.97 | 75.3 | - |
YUV | 232.4 | 117.05 | 118.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 243 | 213 | 0.10 | 0 | 0.12 | 0.05 | 108 | 0.56 | 0.89 |
Hex | DB | F3 | D5 | A | 0 | C | 5 | 6C | 38 | 59 |
Octal | 333 | 363 | 325 | 12 | 0 | 14 | 5 | 154 | 70 | 131 |
Binary | 11011011 | 11110011 | 11010101 | 1010 | 0 | 1100 | 101 | 1101100 | 111000 | 1011001 |
Color Harmonies of #DBF3D5
Complementary color
Monochromatic Colors of #DBF3D5
Black with #DBF3D5
Text Example
Text Example
White with #DBF3D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF3D5; }
p { color: rgb(219,243,213); }
H1.HeaderClassName
{
color: #DBF3D5;
}
.AnyTagClassName
{
color: #DBF3D5;
}
</style>
background-color css
<style>
a { background-color: #DBF3D5; }
a { background-color: rgb(219,243,213); }
div.DivClassName
{
background-color: #DBF3D5;
}
.BgClassName
{
background-color: #DBF3D5;
}
</style>
border-color css
<style>
span { border-color: #DBF3D5; }
span { border-color: rgb(219,243,213); }
td.TdClassName
{
border-color: #DBF3D5;
}
.TagClassName
{
border-color: #DBF3D5;
}
</style>