Shades of Cosmic Latte #DBFFE7
Tints of Cosmic Latte #DBFFE7
RGB
CMYK
RGB Variations
Color information
#DBFFE7 (or 0xDBFFE7) is known color: Cosmic Latte. HEX triplet: DB, FF and E7. RGB value is (219,255,231). Sum of RGB (Red+Green+Blue) = 219+255+231=705 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.06% from 705); Green value is 255 (100% from 255 or 36.17% from 705); Blue value is 231 (90.62% from 255 or 32.77% from 705); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFFE7 is #240018. Grayscale: #F1F1F1. Windows color (decimal): -2359321 or 15204315. OLE color: 15204315.
HSL color Cylindrical-coordinate representation of color #DBFFE7: hue angle of 140º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBFFE7 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 231 | - |
| CMYK | 0.14 | 0 | 0.09 | 0 |
| HSL | 140º | 1% | 0.93% | - |
| HSV(B) | 140º | 0.14% | 1% | - |
| XYZ | 79.4 | 92.35 | 89.24 | - |
| YUV | 241.5 | 122.07 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 231 | 0.14 | 0 | 0.09 | 0 | 140 | 1 | 0.93 |
| Hex | DB | FF | E7 | E | 0 | 9 | 0 | 8C | 64 | 5D |
| Octal | 333 | 377 | 347 | 16 | 0 | 11 | 0 | 214 | 144 | 135 |
| Binary | 11011011 | 11111111 | 11100111 | 1110 | 0 | 1001 | 0 | 10001100 | 1100100 | 1011101 |
Color Harmonies of #DBFFE7
Complementary color
Monochromatic Colors of #DBFFE7
Black with #DBFFE7
Text Example
Text Example
White with #DBFFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFFE7; }
p { color: rgb(219,255,231); }
H1.HeaderClassName
{
color: #DBFFE7;
}
.AnyTagClassName
{
color: #DBFFE7;
}
</style>
background-color css
<style>
a { background-color: #DBFFE7; }
a { background-color: rgb(219,255,231); }
div.DivClassName
{
background-color: #DBFFE7;
}
.BgClassName
{
background-color: #DBFFE7;
}
</style>
border-color css
<style>
span { border-color: #DBFFE7; }
span { border-color: rgb(219,255,231); }
td.TdClassName
{
border-color: #DBFFE7;
}
.TagClassName
{
border-color: #DBFFE7;
}
</style>