Shades of Cosmic Latte #DBFFEA
Tints of Cosmic Latte #DBFFEA
RGB
CMYK
RGB Variations
Color information
#DBFFEA (or 0xDBFFEA) is known color: Cosmic Latte. HEX triplet: DB, FF and EA. RGB value is (219,255,234). Sum of RGB (Red+Green+Blue) = 219+255+234=708 (93% of max value = 765). Red value is 219 (85.94% from 255 or 30.93% from 708); Green value is 255 (100% from 255 or 36.02% from 708); Blue value is 234 (91.80% from 255 or 33.05% from 708); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFFEA is #240015. Grayscale: #F1F1F1. Windows color (decimal): -2359318 or 15400923. OLE color: 15400923.
HSL color Cylindrical-coordinate representation of color #DBFFEA: hue angle of 145º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBFFEA is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 234 | - |
| CMYK | 0.14 | 0 | 0.08 | 0 |
| HSL | 145º | 1% | 0.93% | - |
| HSV(B) | 145º | 0.14% | 1% | - |
| XYZ | 79.82 | 92.52 | 91.49 | - |
| YUV | 241.84 | 123.57 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 234 | 0.14 | 0 | 0.08 | 0 | 145 | 1 | 0.93 |
| Hex | DB | FF | EA | E | 0 | 8 | 0 | 91 | 64 | 5D |
| Octal | 333 | 377 | 352 | 16 | 0 | 10 | 0 | 221 | 144 | 135 |
| Binary | 11011011 | 11111111 | 11101010 | 1110 | 0 | 1000 | 0 | 10010001 | 1100100 | 1011101 |
Color Harmonies of #DBFFEA
Complementary color
Monochromatic Colors of #DBFFEA
Black with #DBFFEA
Text Example
Text Example
White with #DBFFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFFEA; }
p { color: rgb(219,255,234); }
H1.HeaderClassName
{
color: #DBFFEA;
}
.AnyTagClassName
{
color: #DBFFEA;
}
</style>
background-color css
<style>
a { background-color: #DBFFEA; }
a { background-color: rgb(219,255,234); }
div.DivClassName
{
background-color: #DBFFEA;
}
.BgClassName
{
background-color: #DBFFEA;
}
</style>
border-color css
<style>
span { border-color: #DBFFEA; }
span { border-color: rgb(219,255,234); }
td.TdClassName
{
border-color: #DBFFEA;
}
.TagClassName
{
border-color: #DBFFEA;
}
</style>