Shades of Blue Romance #DBF3D4
Tints of Blue Romance #DBF3D4
RGB
CMYK
RGB Variations
Color information
#DBF3D4 (or 0xDBF3D4) is known color: Blue Romance. HEX triplet: DB, F3 and D4. RGB value is (219,243,212). Sum of RGB (Red+Green+Blue) = 219+243+212=674 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.49% from 674); Green value is 243 (95.31% from 255 or 36.05% from 674); Blue value is 212 (83.20% from 255 or 31.45% from 674); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF3D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF3D4 is #240C2B. Grayscale: #E8E8E8. Windows color (decimal): -2362412 or 13956059. OLE color: 13956059.
HSL color Cylindrical-coordinate representation of color #DBF3D4: hue angle of 106.45º degrees, saturation: 0.56, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBF3D4 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
RGB | 219 | 243 | 212 | - |
CMYK | 0.10 | 0 | 0.13 | 0.05 |
HSL | 106.45º | 0.56% | 0.89% | - |
HSV(B) | 106.45º | 0.13% | 0.95% | - |
XYZ | 73.15 | 83.91 | 74.63 | - |
YUV | 232.29 | 116.55 | 118.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 243 | 212 | 0.10 | 0 | 0.13 | 0.05 | 106.45 | 0.56 | 0.89 |
Hex | DB | F3 | D4 | A | 0 | D | 5 | 6A | 38 | 59 |
Octal | 333 | 363 | 324 | 12 | 0 | 15 | 5 | 152 | 70 | 131 |
Binary | 11011011 | 11110011 | 11010100 | 1010 | 0 | 1101 | 101 | 1101010 | 111000 | 1011001 |
Color Harmonies of #DBF3D4
Complementary color
Monochromatic Colors of #DBF3D4
Black with #DBF3D4
Text Example
Text Example
White with #DBF3D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF3D4; }
p { color: rgb(219,243,212); }
H1.HeaderClassName
{
color: #DBF3D4;
}
.AnyTagClassName
{
color: #DBF3D4;
}
</style>
background-color css
<style>
a { background-color: #DBF3D4; }
a { background-color: rgb(219,243,212); }
div.DivClassName
{
background-color: #DBF3D4;
}
.BgClassName
{
background-color: #DBF3D4;
}
</style>
border-color css
<style>
span { border-color: #DBF3D4; }
span { border-color: rgb(219,243,212); }
td.TdClassName
{
border-color: #DBF3D4;
}
.TagClassName
{
border-color: #DBF3D4;
}
</style>