Shades of Cosmic Latte #DBFAE5
Tints of Cosmic Latte #DBFAE5
RGB
CMYK
RGB Variations
Color information
#DBFAE5 (or 0xDBFAE5) is known color: Cosmic Latte. HEX triplet: DB, FA and E5. RGB value is (219,250,229). Sum of RGB (Red+Green+Blue) = 219+250+229=698 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.38% from 698); Green value is 250 (98.05% from 255 or 35.82% from 698); Blue value is 229 (89.84% from 255 or 32.81% from 698); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFAE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFAE5 is #24051A. Grayscale: #EEEEEE. Windows color (decimal): -2360603 or 15071963. OLE color: 15071963.
HSL color Cylindrical-coordinate representation of color #DBFAE5: hue angle of 139.35º 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 #DBFAE5 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 250 | 229 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.02 |
| HSL | 139.35º | 0.76% | 0.92% | - |
| HSV(B) | 139.35º | 0.12% | 0.98% | - |
| XYZ | 77.54 | 89.09 | 87.24 | - |
| YUV | 238.34 | 122.73 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 250 | 229 | 0.12 | 0 | 0.08 | 0.02 | 139.35 | 0.76 | 0.92 |
| Hex | DB | FA | E5 | C | 0 | 8 | 2 | 8B | 4C | 5C |
| Octal | 333 | 372 | 345 | 14 | 0 | 10 | 2 | 213 | 114 | 134 |
| Binary | 11011011 | 11111010 | 11100101 | 1100 | 0 | 1000 | 10 | 10001011 | 1001100 | 1011100 |
Color Harmonies of #DBFAE5
Complementary color
Monochromatic Colors of #DBFAE5
Black with #DBFAE5
Text Example
Text Example
White with #DBFAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFAE5; }
p { color: rgb(219,250,229); }
H1.HeaderClassName
{
color: #DBFAE5;
}
.AnyTagClassName
{
color: #DBFAE5;
}
</style>
background-color css
<style>
a { background-color: #DBFAE5; }
a { background-color: rgb(219,250,229); }
div.DivClassName
{
background-color: #DBFAE5;
}
.BgClassName
{
background-color: #DBFAE5;
}
</style>
border-color css
<style>
span { border-color: #DBFAE5; }
span { border-color: rgb(219,250,229); }
td.TdClassName
{
border-color: #DBFAE5;
}
.TagClassName
{
border-color: #DBFAE5;
}
</style>