Shades of Cosmic Latte #DBFAE1
Tints of Cosmic Latte #DBFAE1
RGB
CMYK
RGB Variations
Color information
#DBFAE1 (or 0xDBFAE1) is known color: Cosmic Latte. HEX triplet: DB, FA and E1. RGB value is (219,250,225). Sum of RGB (Red+Green+Blue) = 219+250+225=694 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.56% from 694); Green value is 250 (98.05% from 255 or 36.02% from 694); Blue value is 225 (88.28% from 255 or 32.42% from 694); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFAE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFAE1 is #24051E. Grayscale: #EDEDED. Windows color (decimal): -2360607 or 14809819. OLE color: 14809819.
HSL color Cylindrical-coordinate representation of color #DBFAE1: hue angle of 131.61º degrees, saturation: 0.76, 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 #DBFAE1 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 250 | 225 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.02 |
| HSL | 131.61º | 0.76% | 0.92% | - |
| HSV(B) | 131.61º | 0.12% | 0.98% | - |
| XYZ | 76.99 | 88.87 | 84.33 | - |
| YUV | 237.88 | 120.73 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 250 | 225 | 0.12 | 0 | 0.10 | 0.02 | 131.61 | 0.76 | 0.92 |
| Hex | DB | FA | E1 | C | 0 | A | 2 | 84 | 4C | 5C |
| Octal | 333 | 372 | 341 | 14 | 0 | 12 | 2 | 204 | 114 | 134 |
| Binary | 11011011 | 11111010 | 11100001 | 1100 | 0 | 1010 | 10 | 10000100 | 1001100 | 1011100 |
Color Harmonies of #DBFAE1
Complementary color
Monochromatic Colors of #DBFAE1
Black with #DBFAE1
Text Example
Text Example
White with #DBFAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFAE1; }
p { color: rgb(219,250,225); }
H1.HeaderClassName
{
color: #DBFAE1;
}
.AnyTagClassName
{
color: #DBFAE1;
}
</style>
background-color css
<style>
a { background-color: #DBFAE1; }
a { background-color: rgb(219,250,225); }
div.DivClassName
{
background-color: #DBFAE1;
}
.BgClassName
{
background-color: #DBFAE1;
}
</style>
border-color css
<style>
span { border-color: #DBFAE1; }
span { border-color: rgb(219,250,225); }
td.TdClassName
{
border-color: #DBFAE1;
}
.TagClassName
{
border-color: #DBFAE1;
}
</style>