Shades of Cosmic Latte #D0FEE0
Tints of Cosmic Latte #D0FEE0
RGB
CMYK
RGB Variations
Color information
#D0FEE0 (or 0xD0FEE0) is known color: Cosmic Latte. HEX triplet: D0, FE and E0. RGB value is (208,254,224). Sum of RGB (Red+Green+Blue) = 208+254+224=686 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.32% from 686); Green value is 254 (99.61% from 255 or 37.03% from 686); Blue value is 224 (87.89% from 255 or 32.65% from 686); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FEE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FEE0 is #2F011F. Grayscale: #ECECEC. Windows color (decimal): -3080480 or 14745296. OLE color: 14745296.
HSL color Cylindrical-coordinate representation of color #D0FEE0: hue angle of 140.87º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0FEE0 is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 254 | 224 | - |
| CMYK | 0.18 | 0 | 0.12 | 0.00 |
| HSL | 140.87º | 0.96% | 0.91% | - |
| HSV(B) | 140.87º | 0.18% | 1% | - |
| XYZ | 74.91 | 89.68 | 83.88 | - |
| YUV | 236.83 | 120.76 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 254 | 224 | 0.18 | 0 | 0.12 | 0.00 | 140.87 | 0.96 | 0.91 |
| Hex | D0 | FE | E0 | 12 | 0 | C | 0 | 8D | 60 | 5B |
| Octal | 320 | 376 | 340 | 22 | 0 | 14 | 0 | 215 | 140 | 133 |
| Binary | 11010000 | 11111110 | 11100000 | 10010 | 0 | 1100 | 0 | 10001101 | 1100000 | 1011011 |
Color Harmonies of #D0FEE0
Complementary color
Monochromatic Colors of #D0FEE0
Black with #D0FEE0
Text Example
Text Example
White with #D0FEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FEE0; }
p { color: rgb(208,254,224); }
H1.HeaderClassName
{
color: #D0FEE0;
}
.AnyTagClassName
{
color: #D0FEE0;
}
</style>
background-color css
<style>
a { background-color: #D0FEE0; }
a { background-color: rgb(208,254,224); }
div.DivClassName
{
background-color: #D0FEE0;
}
.BgClassName
{
background-color: #D0FEE0;
}
</style>
border-color css
<style>
span { border-color: #D0FEE0; }
span { border-color: rgb(208,254,224); }
td.TdClassName
{
border-color: #D0FEE0;
}
.TagClassName
{
border-color: #D0FEE0;
}
</style>