Shades of Cosmic Latte #DBF8E6
Tints of Cosmic Latte #DBF8E6
RGB
CMYK
RGB Variations
Color information
#DBF8E6 (or 0xDBF8E6) is known color: Cosmic Latte. HEX triplet: DB, F8 and E6. RGB value is (219,248,230). Sum of RGB (Red+Green+Blue) = 219+248+230=697 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.42% from 697); Green value is 248 (97.27% from 255 or 35.58% from 697); Blue value is 230 (90.23% from 255 or 33.00% from 697); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF8E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF8E6 is #240719. Grayscale: #EDEDED. Windows color (decimal): -2361114 or 15136987. OLE color: 15136987.
HSL color Cylindrical-coordinate representation of color #DBF8E6: hue angle of 142.76º 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 #DBF8E6 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 248 | 230 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.03 |
| HSL | 142.76º | 0.67% | 0.92% | - |
| HSV(B) | 142.76º | 0.12% | 0.97% | - |
| XYZ | 77.06 | 87.91 | 87.77 | - |
| YUV | 237.28 | 123.89 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 248 | 230 | 0.12 | 0 | 0.07 | 0.03 | 142.76 | 0.67 | 0.92 |
| Hex | DB | F8 | E6 | C | 0 | 7 | 3 | 8F | 43 | 5C |
| Octal | 333 | 370 | 346 | 14 | 0 | 7 | 3 | 217 | 103 | 134 |
| Binary | 11011011 | 11111000 | 11100110 | 1100 | 0 | 111 | 11 | 10001111 | 1000011 | 1011100 |
Color Harmonies of #DBF8E6
Complementary color
Monochromatic Colors of #DBF8E6
Black with #DBF8E6
Text Example
Text Example
White with #DBF8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF8E6; }
p { color: rgb(219,248,230); }
H1.HeaderClassName
{
color: #DBF8E6;
}
.AnyTagClassName
{
color: #DBF8E6;
}
</style>
background-color css
<style>
a { background-color: #DBF8E6; }
a { background-color: rgb(219,248,230); }
div.DivClassName
{
background-color: #DBF8E6;
}
.BgClassName
{
background-color: #DBF8E6;
}
</style>
border-color css
<style>
span { border-color: #DBF8E6; }
span { border-color: rgb(219,248,230); }
td.TdClassName
{
border-color: #DBF8E6;
}
.TagClassName
{
border-color: #DBF8E6;
}
</style>