Shades of Cosmic Latte #DBFFE3
Tints of Cosmic Latte #DBFFE3
RGB
CMYK
RGB Variations
Color information
#DBFFE3 (or 0xDBFFE3) is known color: Cosmic Latte. HEX triplet: DB, FF and E3. RGB value is (219,255,227). Sum of RGB (Red+Green+Blue) = 219+255+227=701 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.24% from 701); Green value is 255 (100% from 255 or 36.38% from 701); Blue value is 227 (89.06% from 255 or 32.38% from 701); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFFE3 is #24001C. Grayscale: #F1F1F1. Windows color (decimal): -2359325 or 14942171. OLE color: 14942171.
HSL color Cylindrical-coordinate representation of color #DBFFE3: hue angle of 133.33º 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 #DBFFE3 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 227 | - |
| CMYK | 0.14 | 0 | 0.11 | 0 |
| HSL | 133.33º | 1% | 0.93% | - |
| HSV(B) | 133.33º | 0.14% | 1% | - |
| XYZ | 78.84 | 92.13 | 86.3 | - |
| YUV | 241.04 | 120.07 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 227 | 0.14 | 0 | 0.11 | 0 | 133.33 | 1 | 0.93 |
| Hex | DB | FF | E3 | E | 0 | B | 0 | 85 | 64 | 5D |
| Octal | 333 | 377 | 343 | 16 | 0 | 13 | 0 | 205 | 144 | 135 |
| Binary | 11011011 | 11111111 | 11100011 | 1110 | 0 | 1011 | 0 | 10000101 | 1100100 | 1011101 |
Color Harmonies of #DBFFE3
Complementary color
Monochromatic Colors of #DBFFE3
Black with #DBFFE3
Text Example
Text Example
White with #DBFFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFFE3; }
p { color: rgb(219,255,227); }
H1.HeaderClassName
{
color: #DBFFE3;
}
.AnyTagClassName
{
color: #DBFFE3;
}
</style>
background-color css
<style>
a { background-color: #DBFFE3; }
a { background-color: rgb(219,255,227); }
div.DivClassName
{
background-color: #DBFFE3;
}
.BgClassName
{
background-color: #DBFFE3;
}
</style>
border-color css
<style>
span { border-color: #DBFFE3; }
span { border-color: rgb(219,255,227); }
td.TdClassName
{
border-color: #DBFFE3;
}
.TagClassName
{
border-color: #DBFFE3;
}
</style>