Shades of Cosmic Latte #D0FCDE
Tints of Cosmic Latte #D0FCDE
RGB
CMYK
RGB Variations
Color information
#D0FCDE (or 0xD0FCDE) is known color: Cosmic Latte. HEX triplet: D0, FC and DE. RGB value is (208,252,222). Sum of RGB (Red+Green+Blue) = 208+252+222=682 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.50% from 682); Green value is 252 (98.83% from 255 or 36.95% from 682); Blue value is 222 (87.11% from 255 or 32.55% from 682); Max value from RGB is 252 - color contains mainly: green. Hex color #D0FCDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FCDE is #2F0321. Grayscale: #EBEBEB. Windows color (decimal): -3080994 or 14613712. OLE color: 14613712.
HSL color Cylindrical-coordinate representation of color #D0FCDE: hue angle of 139.09º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0FCDE is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 252 | 222 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.01 |
| HSL | 139.09º | 0.88% | 0.9% | - |
| HSV(B) | 139.09º | 0.17% | 0.99% | - |
| XYZ | 74.01 | 88.3 | 82.25 | - |
| YUV | 235.42 | 120.42 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 252 | 222 | 0.17 | 0 | 0.12 | 0.01 | 139.09 | 0.88 | 0.9 |
| Hex | D0 | FC | DE | 11 | 0 | C | 1 | 8B | 58 | 5A |
| Octal | 320 | 374 | 336 | 21 | 0 | 14 | 1 | 213 | 130 | 132 |
| Binary | 11010000 | 11111100 | 11011110 | 10001 | 0 | 1100 | 1 | 10001011 | 1011000 | 1011010 |
Color Harmonies of #D0FCDE
Complementary color
Monochromatic Colors of #D0FCDE
Black with #D0FCDE
Text Example
Text Example
White with #D0FCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FCDE; }
p { color: rgb(208,252,222); }
H1.HeaderClassName
{
color: #D0FCDE;
}
.AnyTagClassName
{
color: #D0FCDE;
}
</style>
background-color css
<style>
a { background-color: #D0FCDE; }
a { background-color: rgb(208,252,222); }
div.DivClassName
{
background-color: #D0FCDE;
}
.BgClassName
{
background-color: #D0FCDE;
}
</style>
border-color css
<style>
span { border-color: #D0FCDE; }
span { border-color: rgb(208,252,222); }
td.TdClassName
{
border-color: #D0FCDE;
}
.TagClassName
{
border-color: #D0FCDE;
}
</style>