Shades of Cosmic Latte #DBFBE8
Tints of Cosmic Latte #DBFBE8
RGB
CMYK
RGB Variations
Color information
#DBFBE8 (or 0xDBFBE8) is known color: Cosmic Latte. HEX triplet: DB, FB and E8. RGB value is (219,251,232). Sum of RGB (Red+Green+Blue) = 219+251+232=702 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.20% from 702); Green value is 251 (98.44% from 255 or 35.75% from 702); Blue value is 232 (91.02% from 255 or 33.05% from 702); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFBE8 is #240417. Grayscale: #EFEFEF. Windows color (decimal): -2360344 or 15268827. OLE color: 15268827.
HSL color Cylindrical-coordinate representation of color #DBFBE8: hue angle of 144.38º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBFBE8 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 232 | - |
| CMYK | 0.13 | 0 | 0.08 | 0.02 |
| HSL | 144.38º | 0.8% | 0.92% | - |
| HSV(B) | 144.38º | 0.13% | 0.98% | - |
| XYZ | 78.28 | 89.88 | 89.57 | - |
| YUV | 239.27 | 123.9 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 232 | 0.13 | 0 | 0.08 | 0.02 | 144.38 | 0.8 | 0.92 |
| Hex | DB | FB | E8 | D | 0 | 8 | 2 | 90 | 50 | 5C |
| Octal | 333 | 373 | 350 | 15 | 0 | 10 | 2 | 220 | 120 | 134 |
| Binary | 11011011 | 11111011 | 11101000 | 1101 | 0 | 1000 | 10 | 10010000 | 1010000 | 1011100 |
Color Harmonies of #DBFBE8
Complementary color
Monochromatic Colors of #DBFBE8
Black with #DBFBE8
Text Example
Text Example
White with #DBFBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFBE8; }
p { color: rgb(219,251,232); }
H1.HeaderClassName
{
color: #DBFBE8;
}
.AnyTagClassName
{
color: #DBFBE8;
}
</style>
background-color css
<style>
a { background-color: #DBFBE8; }
a { background-color: rgb(219,251,232); }
div.DivClassName
{
background-color: #DBFBE8;
}
.BgClassName
{
background-color: #DBFBE8;
}
</style>
border-color css
<style>
span { border-color: #DBFBE8; }
span { border-color: rgb(219,251,232); }
td.TdClassName
{
border-color: #DBFBE8;
}
.TagClassName
{
border-color: #DBFBE8;
}
</style>