Shades of Foam #DBF0EE
Tints of Foam #DBF0EE
RGB
CMYK
RGB Variations
Color information
#DBF0EE (or 0xDBF0EE) is known color: Foam. HEX triplet: DB, F0 and EE. RGB value is (219,240,238). Sum of RGB (Red+Green+Blue) = 219+240+238=697 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.42% from 697); Green value is 240 (94.14% from 255 or 34.43% from 697); Blue value is 238 (93.36% from 255 or 34.15% from 697); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF0EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF0EE is #240F11. Grayscale: #E9E9E9. Windows color (decimal): -2363154 or 15659227. OLE color: 15659227.
HSL color Cylindrical-coordinate representation of color #DBF0EE: hue angle of 174.29º degrees, saturation: 0.41, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBF0EE is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 219 | 240 | 238 | - |
CMYK | 0.09 | 0 | 0.01 | 0.06 |
HSL | 174.29º | 0.41% | 0.9% | - |
HSV(B) | 174.29º | 0.09% | 0.94% | - |
XYZ | 75.81 | 83.55 | 93.02 | - |
YUV | 233.49 | 130.54 | 117.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 240 | 238 | 0.09 | 0 | 0.01 | 0.06 | 174.29 | 0.41 | 0.9 |
Hex | DB | F0 | EE | 9 | 0 | 1 | 6 | AE | 29 | 5A |
Octal | 333 | 360 | 356 | 11 | 0 | 1 | 6 | 256 | 51 | 132 |
Binary | 11011011 | 11110000 | 11101110 | 1001 | 0 | 1 | 110 | 10101110 | 101001 | 1011010 |
Color Harmonies of #DBF0EE
Complementary color
Monochromatic Colors of #DBF0EE
Black with #DBF0EE
Text Example
Text Example
White with #DBF0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF0EE; }
p { color: rgb(219,240,238); }
H1.HeaderClassName
{
color: #DBF0EE;
}
.AnyTagClassName
{
color: #DBF0EE;
}
</style>
background-color css
<style>
a { background-color: #DBF0EE; }
a { background-color: rgb(219,240,238); }
div.DivClassName
{
background-color: #DBF0EE;
}
.BgClassName
{
background-color: #DBF0EE;
}
</style>
border-color css
<style>
span { border-color: #DBF0EE; }
span { border-color: rgb(219,240,238); }
td.TdClassName
{
border-color: #DBF0EE;
}
.TagClassName
{
border-color: #DBF0EE;
}
</style>