Shades of Cosmic Latte #D0FFDB
Tints of Cosmic Latte #D0FFDB
RGB
CMYK
RGB Variations
Color information
#D0FFDB (or 0xD0FFDB) is known color: Cosmic Latte. HEX triplet: D0, FF and DB. RGB value is (208,255,219). Sum of RGB (Red+Green+Blue) = 208+255+219=682 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.50% from 682); Green value is 255 (100% from 255 or 37.39% from 682); Blue value is 219 (85.94% from 255 or 32.11% from 682); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FFDB is #2F0024. Grayscale: #ECECEC. Windows color (decimal): -3080229 or 14417872. OLE color: 14417872.
HSL color Cylindrical-coordinate representation of color #D0FFDB: hue angle of 134.04º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0FFDB is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 255 | 219 | - |
| CMYK | 0.18 | 0 | 0.14 | 0 |
| HSL | 134.04º | 1% | 0.91% | - |
| HSV(B) | 134.04º | 0.18% | 1% | - |
| XYZ | 74.56 | 90.04 | 80.47 | - |
| YUV | 236.84 | 117.93 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 255 | 219 | 0.18 | 0 | 0.14 | 0 | 134.04 | 1 | 0.91 |
| Hex | D0 | FF | DB | 12 | 0 | E | 0 | 86 | 64 | 5B |
| Octal | 320 | 377 | 333 | 22 | 0 | 16 | 0 | 206 | 144 | 133 |
| Binary | 11010000 | 11111111 | 11011011 | 10010 | 0 | 1110 | 0 | 10000110 | 1100100 | 1011011 |
Color Harmonies of #D0FFDB
Complementary color
Monochromatic Colors of #D0FFDB
Black with #D0FFDB
Text Example
Text Example
White with #D0FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FFDB; }
p { color: rgb(208,255,219); }
H1.HeaderClassName
{
color: #D0FFDB;
}
.AnyTagClassName
{
color: #D0FFDB;
}
</style>
background-color css
<style>
a { background-color: #D0FFDB; }
a { background-color: rgb(208,255,219); }
div.DivClassName
{
background-color: #D0FFDB;
}
.BgClassName
{
background-color: #D0FFDB;
}
</style>
border-color css
<style>
span { border-color: #D0FFDB; }
span { border-color: rgb(208,255,219); }
td.TdClassName
{
border-color: #D0FFDB;
}
.TagClassName
{
border-color: #D0FFDB;
}
</style>