Shades of Cosmic Latte #DBFFE1
Tints of Cosmic Latte #DBFFE1
RGB
CMYK
RGB Variations
Color information
#DBFFE1 (or 0xDBFFE1) is known color: Cosmic Latte. HEX triplet: DB, FF and E1. RGB value is (219,255,225). Sum of RGB (Red+Green+Blue) = 219+255+225=699 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.33% from 699); Green value is 255 (100% from 255 or 36.48% from 699); Blue value is 225 (88.28% from 255 or 32.19% from 699); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFFE1 is #24001E. Grayscale: #F0F0F0. Windows color (decimal): -2359327 or 14811099. OLE color: 14811099.
HSL color Cylindrical-coordinate representation of color #DBFFE1: hue angle of 130º 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 #DBFFE1 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 225 | - |
| CMYK | 0.14 | 0 | 0.12 | 0 |
| HSL | 130º | 1% | 0.93% | - |
| HSV(B) | 130º | 0.14% | 1% | - |
| XYZ | 78.56 | 92.02 | 84.85 | - |
| YUV | 240.82 | 119.07 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 225 | 0.14 | 0 | 0.12 | 0 | 130 | 1 | 0.93 |
| Hex | DB | FF | E1 | E | 0 | C | 0 | 82 | 64 | 5D |
| Octal | 333 | 377 | 341 | 16 | 0 | 14 | 0 | 202 | 144 | 135 |
| Binary | 11011011 | 11111111 | 11100001 | 1110 | 0 | 1100 | 0 | 10000010 | 1100100 | 1011101 |
Color Harmonies of #DBFFE1
Complementary color
Monochromatic Colors of #DBFFE1
Black with #DBFFE1
Text Example
Text Example
White with #DBFFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFFE1; }
p { color: rgb(219,255,225); }
H1.HeaderClassName
{
color: #DBFFE1;
}
.AnyTagClassName
{
color: #DBFFE1;
}
</style>
background-color css
<style>
a { background-color: #DBFFE1; }
a { background-color: rgb(219,255,225); }
div.DivClassName
{
background-color: #DBFFE1;
}
.BgClassName
{
background-color: #DBFFE1;
}
</style>
border-color css
<style>
span { border-color: #DBFFE1; }
span { border-color: rgb(219,255,225); }
td.TdClassName
{
border-color: #DBFFE1;
}
.TagClassName
{
border-color: #DBFFE1;
}
</style>