Shades of Cosmic Latte #DBFCE1
Tints of Cosmic Latte #DBFCE1
RGB
CMYK
RGB Variations
Color information
#DBFCE1 (or 0xDBFCE1) is known color: Cosmic Latte. HEX triplet: DB, FC and E1. RGB value is (219,252,225). Sum of RGB (Red+Green+Blue) = 219+252+225=696 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.47% from 696); Green value is 252 (98.83% from 255 or 36.21% from 696); Blue value is 225 (88.28% from 255 or 32.33% from 696); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFCE1 is #24031E. Grayscale: #EFEFEF. Windows color (decimal): -2360095 or 14810331. OLE color: 14810331.
HSL color Cylindrical-coordinate representation of color #DBFCE1: hue angle of 130.91º 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 #DBFCE1 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 225 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.01 |
| HSL | 130.91º | 0.85% | 0.92% | - |
| HSV(B) | 130.91º | 0.13% | 0.99% | - |
| XYZ | 77.61 | 90.12 | 84.54 | - |
| YUV | 239.06 | 120.07 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 225 | 0.13 | 0 | 0.11 | 0.01 | 130.91 | 0.85 | 0.92 |
| Hex | DB | FC | E1 | D | 0 | B | 1 | 83 | 55 | 5C |
| Octal | 333 | 374 | 341 | 15 | 0 | 13 | 1 | 203 | 125 | 134 |
| Binary | 11011011 | 11111100 | 11100001 | 1101 | 0 | 1011 | 1 | 10000011 | 1010101 | 1011100 |
Color Harmonies of #DBFCE1
Complementary color
Monochromatic Colors of #DBFCE1
Black with #DBFCE1
Text Example
Text Example
White with #DBFCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFCE1; }
p { color: rgb(219,252,225); }
H1.HeaderClassName
{
color: #DBFCE1;
}
.AnyTagClassName
{
color: #DBFCE1;
}
</style>
background-color css
<style>
a { background-color: #DBFCE1; }
a { background-color: rgb(219,252,225); }
div.DivClassName
{
background-color: #DBFCE1;
}
.BgClassName
{
background-color: #DBFCE1;
}
</style>
border-color css
<style>
span { border-color: #DBFCE1; }
span { border-color: rgb(219,252,225); }
td.TdClassName
{
border-color: #DBFCE1;
}
.TagClassName
{
border-color: #DBFCE1;
}
</style>