Shades of Cosmic Latte #DBFCE9
Tints of Cosmic Latte #DBFCE9
RGB
CMYK
RGB Variations
Color information
#DBFCE9 (or 0xDBFCE9) is known color: Cosmic Latte. HEX triplet: DB, FC and E9. RGB value is (219,252,233). Sum of RGB (Red+Green+Blue) = 219+252+233=704 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.11% from 704); Green value is 252 (98.83% from 255 or 35.80% from 704); Blue value is 233 (91.41% from 255 or 33.10% from 704); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFCE9 is #240316. Grayscale: #F0F0F0. Windows color (decimal): -2360087 or 15334619. OLE color: 15334619.
HSL color Cylindrical-coordinate representation of color #DBFCE9: hue angle of 145.45º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBFCE9 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 252 | 233 | - |
CMYK | 0.13 | 0 | 0.08 | 0.01 |
HSL | 145.45º | 0.85% | 0.92% | - |
HSV(B) | 145.45º | 0.13% | 0.99% | - |
XYZ | 78.73 | 90.56 | 90.42 | - |
YUV | 239.97 | 124.07 | 113.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 252 | 233 | 0.13 | 0 | 0.08 | 0.01 | 145.45 | 0.85 | 0.92 |
Hex | DB | FC | E9 | D | 0 | 8 | 1 | 91 | 55 | 5C |
Octal | 333 | 374 | 351 | 15 | 0 | 10 | 1 | 221 | 125 | 134 |
Binary | 11011011 | 11111100 | 11101001 | 1101 | 0 | 1000 | 1 | 10010001 | 1010101 | 1011100 |
Color Harmonies of #DBFCE9
Complementary color
Monochromatic Colors of #DBFCE9
Black with #DBFCE9
Text Example
Text Example
White with #DBFCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFCE9; }
p { color: rgb(219,252,233); }
H1.HeaderClassName
{
color: #DBFCE9;
}
.AnyTagClassName
{
color: #DBFCE9;
}
</style>
background-color css
<style>
a { background-color: #DBFCE9; }
a { background-color: rgb(219,252,233); }
div.DivClassName
{
background-color: #DBFCE9;
}
.BgClassName
{
background-color: #DBFCE9;
}
</style>
border-color css
<style>
span { border-color: #DBFCE9; }
span { border-color: rgb(219,252,233); }
td.TdClassName
{
border-color: #DBFCE9;
}
.TagClassName
{
border-color: #DBFCE9;
}
</style>