Shades of Cosmic Latte #DBFCE4
Tints of Cosmic Latte #DBFCE4
RGB
CMYK
RGB Variations
Color information
#DBFCE4 (or 0xDBFCE4) is known color: Cosmic Latte. HEX triplet: DB, FC and E4. RGB value is (219,252,228). Sum of RGB (Red+Green+Blue) = 219+252+228=699 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.33% from 699); Green value is 252 (98.83% from 255 or 36.05% from 699); Blue value is 228 (89.45% from 255 or 32.62% from 699); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFCE4 is #24031B. Grayscale: #EFEFEF. Windows color (decimal): -2360092 or 15006939. OLE color: 15006939.
HSL color Cylindrical-coordinate representation of color #DBFCE4: hue angle of 136.36º 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 #DBFCE4 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 228 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.01 |
| HSL | 136.36º | 0.85% | 0.92% | - |
| HSV(B) | 136.36º | 0.13% | 0.99% | - |
| XYZ | 78.03 | 90.28 | 86.71 | - |
| YUV | 239.4 | 121.57 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 228 | 0.13 | 0 | 0.10 | 0.01 | 136.36 | 0.85 | 0.92 |
| Hex | DB | FC | E4 | D | 0 | A | 1 | 88 | 55 | 5C |
| Octal | 333 | 374 | 344 | 15 | 0 | 12 | 1 | 210 | 125 | 134 |
| Binary | 11011011 | 11111100 | 11100100 | 1101 | 0 | 1010 | 1 | 10001000 | 1010101 | 1011100 |
Color Harmonies of #DBFCE4
Complementary color
Monochromatic Colors of #DBFCE4
Black with #DBFCE4
Text Example
Text Example
White with #DBFCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFCE4; }
p { color: rgb(219,252,228); }
H1.HeaderClassName
{
color: #DBFCE4;
}
.AnyTagClassName
{
color: #DBFCE4;
}
</style>
background-color css
<style>
a { background-color: #DBFCE4; }
a { background-color: rgb(219,252,228); }
div.DivClassName
{
background-color: #DBFCE4;
}
.BgClassName
{
background-color: #DBFCE4;
}
</style>
border-color css
<style>
span { border-color: #DBFCE4; }
span { border-color: rgb(219,252,228); }
td.TdClassName
{
border-color: #DBFCE4;
}
.TagClassName
{
border-color: #DBFCE4;
}
</style>