Shades of Cosmic Latte #DBFDE8
Tints of Cosmic Latte #DBFDE8
RGB
CMYK
RGB Variations
Color information
#DBFDE8 (or 0xDBFDE8) is known color: Cosmic Latte. HEX triplet: DB, FD and E8. RGB value is (219,253,232). Sum of RGB (Red+Green+Blue) = 219+253+232=704 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.11% from 704); Green value is 253 (99.22% from 255 or 35.94% from 704); Blue value is 232 (91.02% from 255 or 32.95% from 704); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFDE8 is #240217. Grayscale: #F0F0F0. Windows color (decimal): -2359832 or 15269339. OLE color: 15269339.
HSL color Cylindrical-coordinate representation of color #DBFDE8: hue angle of 142.94º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBFDE8 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 253 | 232 | - |
| CMYK | 0.13 | 0 | 0.08 | 0.01 |
| HSL | 142.94º | 0.89% | 0.93% | - |
| HSV(B) | 142.94º | 0.13% | 0.99% | - |
| XYZ | 78.9 | 91.14 | 89.78 | - |
| YUV | 240.44 | 123.24 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 253 | 232 | 0.13 | 0 | 0.08 | 0.01 | 142.94 | 0.89 | 0.93 |
| Hex | DB | FD | E8 | D | 0 | 8 | 1 | 8F | 59 | 5D |
| Octal | 333 | 375 | 350 | 15 | 0 | 10 | 1 | 217 | 131 | 135 |
| Binary | 11011011 | 11111101 | 11101000 | 1101 | 0 | 1000 | 1 | 10001111 | 1011001 | 1011101 |
Color Harmonies of #DBFDE8
Complementary color
Monochromatic Colors of #DBFDE8
Black with #DBFDE8
Text Example
Text Example
White with #DBFDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFDE8; }
p { color: rgb(219,253,232); }
H1.HeaderClassName
{
color: #DBFDE8;
}
.AnyTagClassName
{
color: #DBFDE8;
}
</style>
background-color css
<style>
a { background-color: #DBFDE8; }
a { background-color: rgb(219,253,232); }
div.DivClassName
{
background-color: #DBFDE8;
}
.BgClassName
{
background-color: #DBFDE8;
}
</style>
border-color css
<style>
span { border-color: #DBFDE8; }
span { border-color: rgb(219,253,232); }
td.TdClassName
{
border-color: #DBFDE8;
}
.TagClassName
{
border-color: #DBFDE8;
}
</style>