Shades of Cosmic Latte #DDFDE6
Tints of Cosmic Latte #DDFDE6
RGB
CMYK
RGB Variations
Color information
#DDFDE6 (or 0xDDFDE6) is known color: Cosmic Latte. HEX triplet: DD, FD and E6. RGB value is (221,253,230). Sum of RGB (Red+Green+Blue) = 221+253+230=704 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.39% from 704); Green value is 253 (99.22% from 255 or 35.94% from 704); Blue value is 230 (90.23% from 255 or 32.67% from 704); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFDE6 is #220219. Grayscale: #F0F0F0. Windows color (decimal): -2228762 or 15138269. OLE color: 15138269.
HSL color Cylindrical-coordinate representation of color #DDFDE6: hue angle of 136.88º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDFDE6 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 253 | 230 | - |
| CMYK | 0.13 | 0 | 0.09 | 0.01 |
| HSL | 136.88º | 0.89% | 0.93% | - |
| HSV(B) | 136.88º | 0.13% | 0.99% | - |
| XYZ | 79.23 | 91.34 | 88.32 | - |
| YUV | 240.81 | 121.9 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 253 | 230 | 0.13 | 0 | 0.09 | 0.01 | 136.88 | 0.89 | 0.93 |
| Hex | DD | FD | E6 | D | 0 | 9 | 1 | 89 | 59 | 5D |
| Octal | 335 | 375 | 346 | 15 | 0 | 11 | 1 | 211 | 131 | 135 |
| Binary | 11011101 | 11111101 | 11100110 | 1101 | 0 | 1001 | 1 | 10001001 | 1011001 | 1011101 |
Color Harmonies of #DDFDE6
Complementary color
Monochromatic Colors of #DDFDE6
Black with #DDFDE6
Text Example
Text Example
White with #DDFDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFDE6; }
p { color: rgb(221,253,230); }
H1.HeaderClassName
{
color: #DDFDE6;
}
.AnyTagClassName
{
color: #DDFDE6;
}
</style>
background-color css
<style>
a { background-color: #DDFDE6; }
a { background-color: rgb(221,253,230); }
div.DivClassName
{
background-color: #DDFDE6;
}
.BgClassName
{
background-color: #DDFDE6;
}
</style>
border-color css
<style>
span { border-color: #DDFDE6; }
span { border-color: rgb(221,253,230); }
td.TdClassName
{
border-color: #DDFDE6;
}
.TagClassName
{
border-color: #DDFDE6;
}
</style>