Shades of Cosmic Latte #DBFFE9
Tints of Cosmic Latte #DBFFE9
RGB
CMYK
RGB Variations
Color information
#DBFFE9 (or 0xDBFFE9) is known color: Cosmic Latte. HEX triplet: DB, FF and E9. RGB value is (219,255,233). Sum of RGB (Red+Green+Blue) = 219+255+233=707 (93% of max value = 765). Red value is 219 (85.94% from 255 or 30.98% from 707); Green value is 255 (100% from 255 or 36.07% from 707); Blue value is 233 (91.41% from 255 or 32.96% from 707); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFFE9 is #240016. Grayscale: #F1F1F1. Windows color (decimal): -2359319 or 15335387. OLE color: 15335387.
HSL color Cylindrical-coordinate representation of color #DBFFE9: hue angle of 143.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 #DBFFE9 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
RGB | 219 | 255 | 233 | - |
CMYK | 0.14 | 0 | 0.09 | 0 |
HSL | 143.33º | 1% | 0.93% | - |
HSV(B) | 143.33º | 0.14% | 1% | - |
XYZ | 79.68 | 92.46 | 90.74 | - |
YUV | 241.73 | 123.07 | 111.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 255 | 233 | 0.14 | 0 | 0.09 | 0 | 143.33 | 1 | 0.93 |
Hex | DB | FF | E9 | E | 0 | 9 | 0 | 8F | 64 | 5D |
Octal | 333 | 377 | 351 | 16 | 0 | 11 | 0 | 217 | 144 | 135 |
Binary | 11011011 | 11111111 | 11101001 | 1110 | 0 | 1001 | 0 | 10001111 | 1100100 | 1011101 |
Color Harmonies of #DBFFE9
Complementary color
Monochromatic Colors of #DBFFE9
Black with #DBFFE9
Text Example
Text Example
White with #DBFFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFFE9; }
p { color: rgb(219,255,233); }
H1.HeaderClassName
{
color: #DBFFE9;
}
.AnyTagClassName
{
color: #DBFFE9;
}
</style>
background-color css
<style>
a { background-color: #DBFFE9; }
a { background-color: rgb(219,255,233); }
div.DivClassName
{
background-color: #DBFFE9;
}
.BgClassName
{
background-color: #DBFFE9;
}
</style>
border-color css
<style>
span { border-color: #DBFFE9; }
span { border-color: rgb(219,255,233); }
td.TdClassName
{
border-color: #DBFFE9;
}
.TagClassName
{
border-color: #DBFFE9;
}
</style>