Shades of Cosmic Latte #D0FEDE
Tints of Cosmic Latte #D0FEDE
RGB
CMYK
RGB Variations
Color information
#D0FEDE (or 0xD0FEDE) is known color: Cosmic Latte. HEX triplet: D0, FE and DE. RGB value is (208,254,222). Sum of RGB (Red+Green+Blue) = 208+254+222=684 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.41% from 684); Green value is 254 (99.61% from 255 or 37.13% from 684); Blue value is 222 (87.11% from 255 or 32.46% from 684); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FEDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FEDE is #2F0121. Grayscale: #ECECEC. Windows color (decimal): -3080482 or 14614224. OLE color: 14614224.
HSL color Cylindrical-coordinate representation of color #D0FEDE: hue angle of 138.26º 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 #D0FEDE is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 254 | 222 | - |
| CMYK | 0.18 | 0 | 0.13 | 0.00 |
| HSL | 138.26º | 0.96% | 0.91% | - |
| HSV(B) | 138.26º | 0.18% | 1% | - |
| XYZ | 74.64 | 89.57 | 82.46 | - |
| YUV | 236.6 | 119.76 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 254 | 222 | 0.18 | 0 | 0.13 | 0.00 | 138.26 | 0.96 | 0.91 |
| Hex | D0 | FE | DE | 12 | 0 | D | 0 | 8A | 60 | 5B |
| Octal | 320 | 376 | 336 | 22 | 0 | 15 | 0 | 212 | 140 | 133 |
| Binary | 11010000 | 11111110 | 11011110 | 10010 | 0 | 1101 | 0 | 10001010 | 1100000 | 1011011 |
Color Harmonies of #D0FEDE
Complementary color
Monochromatic Colors of #D0FEDE
Black with #D0FEDE
Text Example
Text Example
White with #D0FEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FEDE; }
p { color: rgb(208,254,222); }
H1.HeaderClassName
{
color: #D0FEDE;
}
.AnyTagClassName
{
color: #D0FEDE;
}
</style>
background-color css
<style>
a { background-color: #D0FEDE; }
a { background-color: rgb(208,254,222); }
div.DivClassName
{
background-color: #D0FEDE;
}
.BgClassName
{
background-color: #D0FEDE;
}
</style>
border-color css
<style>
span { border-color: #D0FEDE; }
span { border-color: rgb(208,254,222); }
td.TdClassName
{
border-color: #D0FEDE;
}
.TagClassName
{
border-color: #D0FEDE;
}
</style>