Shades of Cosmic Latte #D0FBDD
Tints of Cosmic Latte #D0FBDD
RGB
CMYK
RGB Variations
Color information
#D0FBDD (or 0xD0FBDD) is known color: Cosmic Latte. HEX triplet: D0, FB and DD. RGB value is (208,251,221). Sum of RGB (Red+Green+Blue) = 208+251+221=680 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.59% from 680); Green value is 251 (98.44% from 255 or 36.91% from 680); Blue value is 221 (86.72% from 255 or 32.5% from 680); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FBDD is #2F0422. Grayscale: #EAEAEA. Windows color (decimal): -3081251 or 14547920. OLE color: 14547920.
HSL color Cylindrical-coordinate representation of color #D0FBDD: hue angle of 138.14º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0FBDD is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 251 | 221 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.02 |
| HSL | 138.14º | 0.84% | 0.9% | - |
| HSV(B) | 138.14º | 0.17% | 0.98% | - |
| XYZ | 73.56 | 87.62 | 81.44 | - |
| YUV | 234.72 | 120.25 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 251 | 221 | 0.17 | 0 | 0.12 | 0.02 | 138.14 | 0.84 | 0.9 |
| Hex | D0 | FB | DD | 11 | 0 | C | 2 | 8A | 54 | 5A |
| Octal | 320 | 373 | 335 | 21 | 0 | 14 | 2 | 212 | 124 | 132 |
| Binary | 11010000 | 11111011 | 11011101 | 10001 | 0 | 1100 | 10 | 10001010 | 1010100 | 1011010 |
Color Harmonies of #D0FBDD
Complementary color
Monochromatic Colors of #D0FBDD
Black with #D0FBDD
Text Example
Text Example
White with #D0FBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FBDD; }
p { color: rgb(208,251,221); }
H1.HeaderClassName
{
color: #D0FBDD;
}
.AnyTagClassName
{
color: #D0FBDD;
}
</style>
background-color css
<style>
a { background-color: #D0FBDD; }
a { background-color: rgb(208,251,221); }
div.DivClassName
{
background-color: #D0FBDD;
}
.BgClassName
{
background-color: #D0FBDD;
}
</style>
border-color css
<style>
span { border-color: #D0FBDD; }
span { border-color: rgb(208,251,221); }
td.TdClassName
{
border-color: #D0FBDD;
}
.TagClassName
{
border-color: #D0FBDD;
}
</style>