Shades of Cosmic Latte #DBFFE5
Tints of Cosmic Latte #DBFFE5
RGB
CMYK
RGB Variations
Color information
#DBFFE5 (or 0xDBFFE5) is known color: Cosmic Latte. HEX triplet: DB, FF and E5. RGB value is (219,255,229). Sum of RGB (Red+Green+Blue) = 219+255+229=703 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.15% from 703); Green value is 255 (100% from 255 or 36.27% from 703); Blue value is 229 (89.84% from 255 or 32.57% from 703); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFFE5 is #24001A. Grayscale: #F1F1F1. Windows color (decimal): -2359323 or 15073243. OLE color: 15073243.
HSL color Cylindrical-coordinate representation of color #DBFFE5: hue angle of 136.67º 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 #DBFFE5 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
RGB | 219 | 255 | 229 | - |
CMYK | 0.14 | 0 | 0.10 | 0 |
HSL | 136.67º | 1% | 0.93% | - |
HSV(B) | 136.67º | 0.14% | 1% | - |
XYZ | 79.12 | 92.24 | 87.76 | - |
YUV | 241.27 | 121.07 | 112.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 255 | 229 | 0.14 | 0 | 0.10 | 0 | 136.67 | 1 | 0.93 |
Hex | DB | FF | E5 | E | 0 | A | 0 | 89 | 64 | 5D |
Octal | 333 | 377 | 345 | 16 | 0 | 12 | 0 | 211 | 144 | 135 |
Binary | 11011011 | 11111111 | 11100101 | 1110 | 0 | 1010 | 0 | 10001001 | 1100100 | 1011101 |
Color Harmonies of #DBFFE5
Complementary color
Monochromatic Colors of #DBFFE5
Black with #DBFFE5
Text Example
Text Example
White with #DBFFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFFE5; }
p { color: rgb(219,255,229); }
H1.HeaderClassName
{
color: #DBFFE5;
}
.AnyTagClassName
{
color: #DBFFE5;
}
</style>
background-color css
<style>
a { background-color: #DBFFE5; }
a { background-color: rgb(219,255,229); }
div.DivClassName
{
background-color: #DBFFE5;
}
.BgClassName
{
background-color: #DBFFE5;
}
</style>
border-color css
<style>
span { border-color: #DBFFE5; }
span { border-color: rgb(219,255,229); }
td.TdClassName
{
border-color: #DBFFE5;
}
.TagClassName
{
border-color: #DBFFE5;
}
</style>