Shades of Cosmic Latte #D0F9DC
Tints of Cosmic Latte #D0F9DC
RGB
CMYK
RGB Variations
Color information
#D0F9DC (or 0xD0F9DC) is known color: Cosmic Latte. HEX triplet: D0, F9 and DC. RGB value is (208,249,220). Sum of RGB (Red+Green+Blue) = 208+249+220=677 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.72% from 677); Green value is 249 (97.66% from 255 or 36.78% from 677); Blue value is 220 (86.33% from 255 or 32.50% from 677); Max value from RGB is 249 - color contains mainly: green. Hex color #D0F9DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F9DC is #2F0623. Grayscale: #E9E9E9. Windows color (decimal): -3081764 or 14481872. OLE color: 14481872.
HSL color Cylindrical-coordinate representation of color #D0F9DC: hue angle of 137.56º 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 #D0F9DC is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 249 | 220 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.02 |
| HSL | 137.56º | 0.77% | 0.9% | - |
| HSV(B) | 137.56º | 0.16% | 0.98% | - |
| XYZ | 72.81 | 86.33 | 80.54 | - |
| YUV | 233.44 | 120.42 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 249 | 220 | 0.16 | 0 | 0.12 | 0.02 | 137.56 | 0.77 | 0.9 |
| Hex | D0 | F9 | DC | 10 | 0 | C | 2 | 8A | 4D | 5A |
| Octal | 320 | 371 | 334 | 20 | 0 | 14 | 2 | 212 | 115 | 132 |
| Binary | 11010000 | 11111001 | 11011100 | 10000 | 0 | 1100 | 10 | 10001010 | 1001101 | 1011010 |
Color Harmonies of #D0F9DC
Complementary color
Monochromatic Colors of #D0F9DC
Black with #D0F9DC
Text Example
Text Example
White with #D0F9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F9DC; }
p { color: rgb(208,249,220); }
H1.HeaderClassName
{
color: #D0F9DC;
}
.AnyTagClassName
{
color: #D0F9DC;
}
</style>
background-color css
<style>
a { background-color: #D0F9DC; }
a { background-color: rgb(208,249,220); }
div.DivClassName
{
background-color: #D0F9DC;
}
.BgClassName
{
background-color: #D0F9DC;
}
</style>
border-color css
<style>
span { border-color: #D0F9DC; }
span { border-color: rgb(208,249,220); }
td.TdClassName
{
border-color: #D0F9DC;
}
.TagClassName
{
border-color: #D0F9DC;
}
</style>