Shades of Cosmic Latte #D0FFDD
Tints of Cosmic Latte #D0FFDD
RGB
CMYK
RGB Variations
Color information
#D0FFDD (or 0xD0FFDD) is known color: Cosmic Latte. HEX triplet: D0, FF and DD. RGB value is (208,255,221). Sum of RGB (Red+Green+Blue) = 208+255+221=684 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.41% from 684); Green value is 255 (100% from 255 or 37.28% from 684); Blue value is 221 (86.72% from 255 or 32.31% from 684); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FFDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FFDD is #2F0022. Grayscale: #EDEDED. Windows color (decimal): -3080227 or 14548944. OLE color: 14548944.
HSL color Cylindrical-coordinate representation of color #D0FFDD: hue angle of 136.6º 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 #D0FFDD is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 255 | 221 | - |
| CMYK | 0.18 | 0 | 0.13 | 0 |
| HSL | 136.6º | 1% | 0.91% | - |
| HSV(B) | 136.6º | 0.18% | 1% | - |
| XYZ | 74.82 | 90.15 | 81.86 | - |
| YUV | 237.07 | 118.93 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 255 | 221 | 0.18 | 0 | 0.13 | 0 | 136.6 | 1 | 0.91 |
| Hex | D0 | FF | DD | 12 | 0 | D | 0 | 89 | 64 | 5B |
| Octal | 320 | 377 | 335 | 22 | 0 | 15 | 0 | 211 | 144 | 133 |
| Binary | 11010000 | 11111111 | 11011101 | 10010 | 0 | 1101 | 0 | 10001001 | 1100100 | 1011011 |
Color Harmonies of #D0FFDD
Complementary color
Monochromatic Colors of #D0FFDD
Black with #D0FFDD
Text Example
Text Example
White with #D0FFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FFDD; }
p { color: rgb(208,255,221); }
H1.HeaderClassName
{
color: #D0FFDD;
}
.AnyTagClassName
{
color: #D0FFDD;
}
</style>
background-color css
<style>
a { background-color: #D0FFDD; }
a { background-color: rgb(208,255,221); }
div.DivClassName
{
background-color: #D0FFDD;
}
.BgClassName
{
background-color: #D0FFDD;
}
</style>
border-color css
<style>
span { border-color: #D0FFDD; }
span { border-color: rgb(208,255,221); }
td.TdClassName
{
border-color: #D0FFDD;
}
.TagClassName
{
border-color: #D0FFDD;
}
</style>