Shades of Cosmic Latte #DBFEEA
Tints of Cosmic Latte #DBFEEA
RGB
CMYK
RGB Variations
Color information
#DBFEEA (or 0xDBFEEA) is known color: Cosmic Latte. HEX triplet: DB, FE and EA. RGB value is (219,254,234). Sum of RGB (Red+Green+Blue) = 219+254+234=707 (93% of max value = 765). Red value is 219 (85.94% from 255 or 30.98% from 707); Green value is 254 (99.61% from 255 or 35.93% from 707); Blue value is 234 (91.80% from 255 or 33.10% from 707); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFEEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFEEA is #240115. Grayscale: #F1F1F1. Windows color (decimal): -2359574 or 15400667. OLE color: 15400667.
HSL color Cylindrical-coordinate representation of color #DBFEEA: hue angle of 145.71º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBFEEA is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 234 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.00 |
| HSL | 145.71º | 0.95% | 0.93% | - |
| HSV(B) | 145.71º | 0.14% | 1% | - |
| XYZ | 79.51 | 91.88 | 91.39 | - |
| YUV | 241.26 | 123.9 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 234 | 0.14 | 0 | 0.08 | 0.00 | 145.71 | 0.95 | 0.93 |
| Hex | DB | FE | EA | E | 0 | 8 | 0 | 92 | 5F | 5D |
| Octal | 333 | 376 | 352 | 16 | 0 | 10 | 0 | 222 | 137 | 135 |
| Binary | 11011011 | 11111110 | 11101010 | 1110 | 0 | 1000 | 0 | 10010010 | 1011111 | 1011101 |
Color Harmonies of #DBFEEA
Complementary color
Monochromatic Colors of #DBFEEA
Black with #DBFEEA
Text Example
Text Example
White with #DBFEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFEEA; }
p { color: rgb(219,254,234); }
H1.HeaderClassName
{
color: #DBFEEA;
}
.AnyTagClassName
{
color: #DBFEEA;
}
</style>
background-color css
<style>
a { background-color: #DBFEEA; }
a { background-color: rgb(219,254,234); }
div.DivClassName
{
background-color: #DBFEEA;
}
.BgClassName
{
background-color: #DBFEEA;
}
</style>
border-color css
<style>
span { border-color: #DBFEEA; }
span { border-color: rgb(219,254,234); }
td.TdClassName
{
border-color: #DBFEEA;
}
.TagClassName
{
border-color: #DBFEEA;
}
</style>