Shades of Foam #DBEFED
Tints of Foam #DBEFED
RGB
CMYK
RGB Variations
Color information
#DBEFED (or 0xDBEFED) is known color: Foam. HEX triplet: DB, EF and ED. RGB value is (219,239,237). Sum of RGB (Red+Green+Blue) = 219+239+237=695 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.51% from 695); Green value is 239 (93.75% from 255 or 34.39% from 695); Blue value is 237 (92.97% from 255 or 34.10% from 695); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEFED is #241012. Grayscale: #E8E8E8. Windows color (decimal): -2363411 or 15593435. OLE color: 15593435.
HSL color Cylindrical-coordinate representation of color #DBEFED: hue angle of 174º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBEFED is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 219 | 239 | 237 | - |
CMYK | 0.08 | 0 | 0.01 | 0.06 |
HSL | 174º | 0.38% | 0.9% | - |
HSV(B) | 174º | 0.08% | 0.94% | - |
XYZ | 75.37 | 82.91 | 92.15 | - |
YUV | 232.79 | 130.37 | 118.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 239 | 237 | 0.08 | 0 | 0.01 | 0.06 | 174 | 0.38 | 0.9 |
Hex | DB | EF | ED | 8 | 0 | 1 | 6 | AE | 26 | 5A |
Octal | 333 | 357 | 355 | 10 | 0 | 1 | 6 | 256 | 46 | 132 |
Binary | 11011011 | 11101111 | 11101101 | 1000 | 0 | 1 | 110 | 10101110 | 100110 | 1011010 |
Color Harmonies of #DBEFED
Complementary color
Monochromatic Colors of #DBEFED
Black with #DBEFED
Text Example
Text Example
White with #DBEFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEFED; }
p { color: rgb(219,239,237); }
H1.HeaderClassName
{
color: #DBEFED;
}
.AnyTagClassName
{
color: #DBEFED;
}
</style>
background-color css
<style>
a { background-color: #DBEFED; }
a { background-color: rgb(219,239,237); }
div.DivClassName
{
background-color: #DBEFED;
}
.BgClassName
{
background-color: #DBEFED;
}
</style>
border-color css
<style>
span { border-color: #DBEFED; }
span { border-color: rgb(219,239,237); }
td.TdClassName
{
border-color: #DBEFED;
}
.TagClassName
{
border-color: #DBEFED;
}
</style>