Shades of Cosmic Latte #DBF9E1
Tints of Cosmic Latte #DBF9E1
RGB
CMYK
RGB Variations
Color information
#DBF9E1 (or 0xDBF9E1) is known color: Cosmic Latte. HEX triplet: DB, F9 and E1. RGB value is (219,249,225). Sum of RGB (Red+Green+Blue) = 219+249+225=693 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.60% from 693); Green value is 249 (97.66% from 255 or 35.93% from 693); Blue value is 225 (88.28% from 255 or 32.47% from 693); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF9E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF9E1 is #24061E. Grayscale: #EDEDED. Windows color (decimal): -2360863 or 14809563. OLE color: 14809563.
HSL color Cylindrical-coordinate representation of color #DBF9E1: hue angle of 132º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBF9E1 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 249 | 225 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.02 |
| HSL | 132º | 0.71% | 0.92% | - |
| HSV(B) | 132º | 0.12% | 0.98% | - |
| XYZ | 76.68 | 88.25 | 84.23 | - |
| YUV | 237.29 | 121.06 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 249 | 225 | 0.12 | 0 | 0.10 | 0.02 | 132 | 0.71 | 0.92 |
| Hex | DB | F9 | E1 | C | 0 | A | 2 | 84 | 47 | 5C |
| Octal | 333 | 371 | 341 | 14 | 0 | 12 | 2 | 204 | 107 | 134 |
| Binary | 11011011 | 11111001 | 11100001 | 1100 | 0 | 1010 | 10 | 10000100 | 1000111 | 1011100 |
Color Harmonies of #DBF9E1
Complementary color
Monochromatic Colors of #DBF9E1
Black with #DBF9E1
Text Example
Text Example
White with #DBF9E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF9E1; }
p { color: rgb(219,249,225); }
H1.HeaderClassName
{
color: #DBF9E1;
}
.AnyTagClassName
{
color: #DBF9E1;
}
</style>
background-color css
<style>
a { background-color: #DBF9E1; }
a { background-color: rgb(219,249,225); }
div.DivClassName
{
background-color: #DBF9E1;
}
.BgClassName
{
background-color: #DBF9E1;
}
</style>
border-color css
<style>
span { border-color: #DBF9E1; }
span { border-color: rgb(219,249,225); }
td.TdClassName
{
border-color: #DBF9E1;
}
.TagClassName
{
border-color: #DBF9E1;
}
</style>