Shades of Cosmic Latte #DBFBE3
Tints of Cosmic Latte #DBFBE3
RGB
CMYK
RGB Variations
Color information
#DBFBE3 (or 0xDBFBE3) is known color: Cosmic Latte. HEX triplet: DB, FB and E3. RGB value is (219,251,227). Sum of RGB (Red+Green+Blue) = 219+251+227=697 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.42% from 697); Green value is 251 (98.44% from 255 or 36.01% from 697); Blue value is 227 (89.06% from 255 or 32.57% from 697); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFBE3 is #24041C. Grayscale: #EEEEEE. Windows color (decimal): -2360349 or 14941147. OLE color: 14941147.
HSL color Cylindrical-coordinate representation of color #DBFBE3: hue angle of 135º 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 #DBFBE3 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 227 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.02 |
| HSL | 135º | 0.8% | 0.92% | - |
| HSV(B) | 135º | 0.13% | 0.98% | - |
| XYZ | 77.58 | 89.6 | 85.88 | - |
| YUV | 238.7 | 121.4 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 227 | 0.13 | 0 | 0.10 | 0.02 | 135 | 0.8 | 0.92 |
| Hex | DB | FB | E3 | D | 0 | A | 2 | 87 | 50 | 5C |
| Octal | 333 | 373 | 343 | 15 | 0 | 12 | 2 | 207 | 120 | 134 |
| Binary | 11011011 | 11111011 | 11100011 | 1101 | 0 | 1010 | 10 | 10000111 | 1010000 | 1011100 |
Color Harmonies of #DBFBE3
Complementary color
Monochromatic Colors of #DBFBE3
Black with #DBFBE3
Text Example
Text Example
White with #DBFBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFBE3; }
p { color: rgb(219,251,227); }
H1.HeaderClassName
{
color: #DBFBE3;
}
.AnyTagClassName
{
color: #DBFBE3;
}
</style>
background-color css
<style>
a { background-color: #DBFBE3; }
a { background-color: rgb(219,251,227); }
div.DivClassName
{
background-color: #DBFBE3;
}
.BgClassName
{
background-color: #DBFBE3;
}
</style>
border-color css
<style>
span { border-color: #DBFBE3; }
span { border-color: rgb(219,251,227); }
td.TdClassName
{
border-color: #DBFBE3;
}
.TagClassName
{
border-color: #DBFBE3;
}
</style>