Shades of Cosmic Latte #DBF8E3
Tints of Cosmic Latte #DBF8E3
RGB
CMYK
RGB Variations
Color information
#DBF8E3 (or 0xDBF8E3) is known color: Cosmic Latte. HEX triplet: DB, F8 and E3. RGB value is (219,248,227). Sum of RGB (Red+Green+Blue) = 219+248+227=694 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.56% from 694); Green value is 248 (97.27% from 255 or 35.73% from 694); Blue value is 227 (89.06% from 255 or 32.71% from 694); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF8E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF8E3 is #24071C. Grayscale: #ECECEC. Windows color (decimal): -2361117 or 14940379. OLE color: 14940379.
HSL color Cylindrical-coordinate representation of color #DBF8E3: hue angle of 136.55º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBF8E3 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 248 | 227 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.03 |
| HSL | 136.55º | 0.67% | 0.92% | - |
| HSV(B) | 136.55º | 0.12% | 0.97% | - |
| XYZ | 76.65 | 87.74 | 85.57 | - |
| YUV | 236.94 | 122.39 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 248 | 227 | 0.12 | 0 | 0.08 | 0.03 | 136.55 | 0.67 | 0.92 |
| Hex | DB | F8 | E3 | C | 0 | 8 | 3 | 89 | 43 | 5C |
| Octal | 333 | 370 | 343 | 14 | 0 | 10 | 3 | 211 | 103 | 134 |
| Binary | 11011011 | 11111000 | 11100011 | 1100 | 0 | 1000 | 11 | 10001001 | 1000011 | 1011100 |
Color Harmonies of #DBF8E3
Complementary color
Monochromatic Colors of #DBF8E3
Black with #DBF8E3
Text Example
Text Example
White with #DBF8E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF8E3; }
p { color: rgb(219,248,227); }
H1.HeaderClassName
{
color: #DBF8E3;
}
.AnyTagClassName
{
color: #DBF8E3;
}
</style>
background-color css
<style>
a { background-color: #DBF8E3; }
a { background-color: rgb(219,248,227); }
div.DivClassName
{
background-color: #DBF8E3;
}
.BgClassName
{
background-color: #DBF8E3;
}
</style>
border-color css
<style>
span { border-color: #DBF8E3; }
span { border-color: rgb(219,248,227); }
td.TdClassName
{
border-color: #DBF8E3;
}
.TagClassName
{
border-color: #DBF8E3;
}
</style>