Shades of Cosmic Latte #D0F9DD
Tints of Cosmic Latte #D0F9DD
RGB
CMYK
RGB Variations
Color information
#D0F9DD (or 0xD0F9DD) is known color: Cosmic Latte. HEX triplet: D0, F9 and DD. RGB value is (208,249,221). Sum of RGB (Red+Green+Blue) = 208+249+221=678 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.68% from 678); Green value is 249 (97.66% from 255 or 36.73% from 678); Blue value is 221 (86.72% from 255 or 32.60% from 678); Max value from RGB is 249 - color contains mainly: green. Hex color #D0F9DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F9DD is #2F0622. Grayscale: #E9E9E9. Windows color (decimal): -3081763 or 14547408. OLE color: 14547408.
HSL color Cylindrical-coordinate representation of color #D0F9DD: hue angle of 139.02º degrees, saturation: 0.77, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0F9DD is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 249 | 221 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.02 |
| HSL | 139.02º | 0.77% | 0.9% | - |
| HSV(B) | 139.02º | 0.16% | 0.98% | - |
| XYZ | 72.94 | 86.38 | 81.24 | - |
| YUV | 233.55 | 120.92 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 249 | 221 | 0.16 | 0 | 0.11 | 0.02 | 139.02 | 0.77 | 0.9 |
| Hex | D0 | F9 | DD | 10 | 0 | B | 2 | 8B | 4D | 5A |
| Octal | 320 | 371 | 335 | 20 | 0 | 13 | 2 | 213 | 115 | 132 |
| Binary | 11010000 | 11111001 | 11011101 | 10000 | 0 | 1011 | 10 | 10001011 | 1001101 | 1011010 |
Color Harmonies of #D0F9DD
Complementary color
Monochromatic Colors of #D0F9DD
Black with #D0F9DD
Text Example
Text Example
White with #D0F9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F9DD; }
p { color: rgb(208,249,221); }
H1.HeaderClassName
{
color: #D0F9DD;
}
.AnyTagClassName
{
color: #D0F9DD;
}
</style>
background-color css
<style>
a { background-color: #D0F9DD; }
a { background-color: rgb(208,249,221); }
div.DivClassName
{
background-color: #D0F9DD;
}
.BgClassName
{
background-color: #D0F9DD;
}
</style>
border-color css
<style>
span { border-color: #D0F9DD; }
span { border-color: rgb(208,249,221); }
td.TdClassName
{
border-color: #D0F9DD;
}
.TagClassName
{
border-color: #D0F9DD;
}
</style>