Shades of Cosmic Latte #D0FDDB
Tints of Cosmic Latte #D0FDDB
RGB
CMYK
RGB Variations
Color information
#D0FDDB (or 0xD0FDDB) is known color: Cosmic Latte. HEX triplet: D0, FD and DB. RGB value is (208,253,219). Sum of RGB (Red+Green+Blue) = 208+253+219=680 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.59% from 680); Green value is 253 (99.22% from 255 or 37.21% from 680); Blue value is 219 (85.94% from 255 or 32.21% from 680); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FDDB is #2F0224. Grayscale: #EBEBEB. Windows color (decimal): -3080741 or 14417360. OLE color: 14417360.
HSL color Cylindrical-coordinate representation of color #D0FDDB: hue angle of 134.67º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0FDDB is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 253 | 219 | - |
| CMYK | 0.18 | 0 | 0.13 | 0.01 |
| HSL | 134.67º | 0.92% | 0.9% | - |
| HSV(B) | 134.67º | 0.18% | 0.99% | - |
| XYZ | 73.92 | 88.77 | 80.26 | - |
| YUV | 235.67 | 118.59 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 253 | 219 | 0.18 | 0 | 0.13 | 0.01 | 134.67 | 0.92 | 0.9 |
| Hex | D0 | FD | DB | 12 | 0 | D | 1 | 87 | 5C | 5A |
| Octal | 320 | 375 | 333 | 22 | 0 | 15 | 1 | 207 | 134 | 132 |
| Binary | 11010000 | 11111101 | 11011011 | 10010 | 0 | 1101 | 1 | 10000111 | 1011100 | 1011010 |
Color Harmonies of #D0FDDB
Complementary color
Monochromatic Colors of #D0FDDB
Black with #D0FDDB
Text Example
Text Example
White with #D0FDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FDDB; }
p { color: rgb(208,253,219); }
H1.HeaderClassName
{
color: #D0FDDB;
}
.AnyTagClassName
{
color: #D0FDDB;
}
</style>
background-color css
<style>
a { background-color: #D0FDDB; }
a { background-color: rgb(208,253,219); }
div.DivClassName
{
background-color: #D0FDDB;
}
.BgClassName
{
background-color: #D0FDDB;
}
</style>
border-color css
<style>
span { border-color: #D0FDDB; }
span { border-color: rgb(208,253,219); }
td.TdClassName
{
border-color: #D0FDDB;
}
.TagClassName
{
border-color: #D0FDDB;
}
</style>