Shades of Cosmic Latte #DDFEE5
Tints of Cosmic Latte #DDFEE5
RGB
CMYK
RGB Variations
Color information
#DDFEE5 (or 0xDDFEE5) is known color: Cosmic Latte. HEX triplet: DD, FE and E5. RGB value is (221,254,229). Sum of RGB (Red+Green+Blue) = 221+254+229=704 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.39% from 704); Green value is 254 (99.61% from 255 or 36.08% from 704); Blue value is 229 (89.84% from 255 or 32.53% from 704); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFEE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFEE5 is #22011A. Grayscale: #F1F1F1. Windows color (decimal): -2228507 or 15072989. OLE color: 15072989.
HSL color Cylindrical-coordinate representation of color #DDFEE5: hue angle of 134.55º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDFEE5 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 229 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.00 |
| HSL | 134.55º | 0.94% | 0.93% | - |
| HSV(B) | 134.55º | 0.13% | 1% | - |
| XYZ | 79.4 | 91.91 | 87.68 | - |
| YUV | 241.28 | 121.07 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 229 | 0.13 | 0 | 0.10 | 0.00 | 134.55 | 0.94 | 0.93 |
| Hex | DD | FE | E5 | D | 0 | A | 0 | 87 | 5E | 5D |
| Octal | 335 | 376 | 345 | 15 | 0 | 12 | 0 | 207 | 136 | 135 |
| Binary | 11011101 | 11111110 | 11100101 | 1101 | 0 | 1010 | 0 | 10000111 | 1011110 | 1011101 |
Color Harmonies of #DDFEE5
Complementary color
Monochromatic Colors of #DDFEE5
Black with #DDFEE5
Text Example
Text Example
White with #DDFEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFEE5; }
p { color: rgb(221,254,229); }
H1.HeaderClassName
{
color: #DDFEE5;
}
.AnyTagClassName
{
color: #DDFEE5;
}
</style>
background-color css
<style>
a { background-color: #DDFEE5; }
a { background-color: rgb(221,254,229); }
div.DivClassName
{
background-color: #DDFEE5;
}
.BgClassName
{
background-color: #DDFEE5;
}
</style>
border-color css
<style>
span { border-color: #DDFEE5; }
span { border-color: rgb(221,254,229); }
td.TdClassName
{
border-color: #DDFEE5;
}
.TagClassName
{
border-color: #DDFEE5;
}
</style>