Shades of Cosmic Latte #DBFAE8
Tints of Cosmic Latte #DBFAE8
RGB
CMYK
RGB Variations
Color information
#DBFAE8 (or 0xDBFAE8) is known color: Cosmic Latte. HEX triplet: DB, FA and E8. RGB value is (219,250,232). Sum of RGB (Red+Green+Blue) = 219+250+232=701 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.24% from 701); Green value is 250 (98.05% from 255 or 35.66% from 701); Blue value is 232 (91.02% from 255 or 33.10% from 701); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFAE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFAE8 is #240517. Grayscale: #EEEEEE. Windows color (decimal): -2360600 or 15268571. OLE color: 15268571.
HSL color Cylindrical-coordinate representation of color #DBFAE8: hue angle of 145.16º 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 #DBFAE8 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 250 | 232 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.02 |
| HSL | 145.16º | 0.76% | 0.92% | - |
| HSV(B) | 145.16º | 0.12% | 0.98% | - |
| XYZ | 77.96 | 89.26 | 89.46 | - |
| YUV | 238.68 | 124.23 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 250 | 232 | 0.12 | 0 | 0.07 | 0.02 | 145.16 | 0.76 | 0.92 |
| Hex | DB | FA | E8 | C | 0 | 7 | 2 | 91 | 4C | 5C |
| Octal | 333 | 372 | 350 | 14 | 0 | 7 | 2 | 221 | 114 | 134 |
| Binary | 11011011 | 11111010 | 11101000 | 1100 | 0 | 111 | 10 | 10010001 | 1001100 | 1011100 |
Color Harmonies of #DBFAE8
Complementary color
Monochromatic Colors of #DBFAE8
Black with #DBFAE8
Text Example
Text Example
White with #DBFAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFAE8; }
p { color: rgb(219,250,232); }
H1.HeaderClassName
{
color: #DBFAE8;
}
.AnyTagClassName
{
color: #DBFAE8;
}
</style>
background-color css
<style>
a { background-color: #DBFAE8; }
a { background-color: rgb(219,250,232); }
div.DivClassName
{
background-color: #DBFAE8;
}
.BgClassName
{
background-color: #DBFAE8;
}
</style>
border-color css
<style>
span { border-color: #DBFAE8; }
span { border-color: rgb(219,250,232); }
td.TdClassName
{
border-color: #DBFAE8;
}
.TagClassName
{
border-color: #DBFAE8;
}
</style>