Shades of Cosmic Latte #D0FEDB
Tints of Cosmic Latte #D0FEDB
RGB
CMYK
RGB Variations
Color information
#D0FEDB (or 0xD0FEDB) is known color: Cosmic Latte. HEX triplet: D0, FE and DB. RGB value is (208,254,219). Sum of RGB (Red+Green+Blue) = 208+254+219=681 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.54% from 681); Green value is 254 (99.61% from 255 or 37.30% from 681); Blue value is 219 (85.94% from 255 or 32.16% from 681); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FEDB is #2F0124. Grayscale: #ECECEC. Windows color (decimal): -3080485 or 14417616. OLE color: 14417616.
HSL color Cylindrical-coordinate representation of color #D0FEDB: hue angle of 134.35º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0FEDB is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 254 | 219 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.00 |
| HSL | 134.35º | 0.96% | 0.91% | - |
| HSV(B) | 134.35º | 0.18% | 1% | - |
| XYZ | 74.24 | 89.41 | 80.36 | - |
| YUV | 236.26 | 118.26 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 254 | 219 | 0.18 | 0 | 0.14 | 0.00 | 134.35 | 0.96 | 0.91 |
| Hex | D0 | FE | DB | 12 | 0 | E | 0 | 86 | 60 | 5B |
| Octal | 320 | 376 | 333 | 22 | 0 | 16 | 0 | 206 | 140 | 133 |
| Binary | 11010000 | 11111110 | 11011011 | 10010 | 0 | 1110 | 0 | 10000110 | 1100000 | 1011011 |
Color Harmonies of #D0FEDB
Complementary color
Monochromatic Colors of #D0FEDB
Black with #D0FEDB
Text Example
Text Example
White with #D0FEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FEDB; }
p { color: rgb(208,254,219); }
H1.HeaderClassName
{
color: #D0FEDB;
}
.AnyTagClassName
{
color: #D0FEDB;
}
</style>
background-color css
<style>
a { background-color: #D0FEDB; }
a { background-color: rgb(208,254,219); }
div.DivClassName
{
background-color: #D0FEDB;
}
.BgClassName
{
background-color: #D0FEDB;
}
</style>
border-color css
<style>
span { border-color: #D0FEDB; }
span { border-color: rgb(208,254,219); }
td.TdClassName
{
border-color: #D0FEDB;
}
.TagClassName
{
border-color: #D0FEDB;
}
</style>