Shades of Cosmic Latte #DBFCE3
Tints of Cosmic Latte #DBFCE3
RGB
CMYK
RGB Variations
Color information
#DBFCE3 (or 0xDBFCE3) is known color: Cosmic Latte. HEX triplet: DB, FC and E3. RGB value is (219,252,227). Sum of RGB (Red+Green+Blue) = 219+252+227=698 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.38% from 698); Green value is 252 (98.83% from 255 or 36.10% from 698); Blue value is 227 (89.06% from 255 or 32.52% from 698); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFCE3 is #24031C. Grayscale: #EFEFEF. Windows color (decimal): -2360093 or 14941403. OLE color: 14941403.
HSL color Cylindrical-coordinate representation of color #DBFCE3: hue angle of 134.55º 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 #DBFCE3 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 227 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.01 |
| HSL | 134.55º | 0.85% | 0.92% | - |
| HSV(B) | 134.55º | 0.13% | 0.99% | - |
| XYZ | 77.89 | 90.23 | 85.98 | - |
| YUV | 239.28 | 121.07 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 227 | 0.13 | 0 | 0.10 | 0.01 | 134.55 | 0.85 | 0.92 |
| Hex | DB | FC | E3 | D | 0 | A | 1 | 87 | 55 | 5C |
| Octal | 333 | 374 | 343 | 15 | 0 | 12 | 1 | 207 | 125 | 134 |
| Binary | 11011011 | 11111100 | 11100011 | 1101 | 0 | 1010 | 1 | 10000111 | 1010101 | 1011100 |
Color Harmonies of #DBFCE3
Complementary color
Monochromatic Colors of #DBFCE3
Black with #DBFCE3
Text Example
Text Example
White with #DBFCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFCE3; }
p { color: rgb(219,252,227); }
H1.HeaderClassName
{
color: #DBFCE3;
}
.AnyTagClassName
{
color: #DBFCE3;
}
</style>
background-color css
<style>
a { background-color: #DBFCE3; }
a { background-color: rgb(219,252,227); }
div.DivClassName
{
background-color: #DBFCE3;
}
.BgClassName
{
background-color: #DBFCE3;
}
</style>
border-color css
<style>
span { border-color: #DBFCE3; }
span { border-color: rgb(219,252,227); }
td.TdClassName
{
border-color: #DBFCE3;
}
.TagClassName
{
border-color: #DBFCE3;
}
</style>