Shades of Cosmic Latte #DDFDE2
Tints of Cosmic Latte #DDFDE2
RGB
CMYK
RGB Variations
Color information
#DDFDE2 (or 0xDDFDE2) is known color: Cosmic Latte. HEX triplet: DD, FD and E2. RGB value is (221,253,226). Sum of RGB (Red+Green+Blue) = 221+253+226=700 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.57% from 700); Green value is 253 (99.22% from 255 or 36.14% from 700); Blue value is 226 (88.67% from 255 or 32.29% from 700); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFDE2 is #22021D. Grayscale: #F0F0F0. Windows color (decimal): -2228766 or 14876125. OLE color: 14876125.
HSL color Cylindrical-coordinate representation of color #DDFDE2: hue angle of 129.38º 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 #DDFDE2 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 253 | 226 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.01 |
| HSL | 129.38º | 0.89% | 0.93% | - |
| HSV(B) | 129.38º | 0.13% | 0.99% | - |
| XYZ | 78.67 | 91.11 | 85.39 | - |
| YUV | 240.35 | 119.9 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 253 | 226 | 0.13 | 0 | 0.11 | 0.01 | 129.38 | 0.89 | 0.93 |
| Hex | DD | FD | E2 | D | 0 | B | 1 | 81 | 59 | 5D |
| Octal | 335 | 375 | 342 | 15 | 0 | 13 | 1 | 201 | 131 | 135 |
| Binary | 11011101 | 11111101 | 11100010 | 1101 | 0 | 1011 | 1 | 10000001 | 1011001 | 1011101 |
Color Harmonies of #DDFDE2
Complementary color
Monochromatic Colors of #DDFDE2
Black with #DDFDE2
Text Example
Text Example
White with #DDFDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFDE2; }
p { color: rgb(221,253,226); }
H1.HeaderClassName
{
color: #DDFDE2;
}
.AnyTagClassName
{
color: #DDFDE2;
}
</style>
background-color css
<style>
a { background-color: #DDFDE2; }
a { background-color: rgb(221,253,226); }
div.DivClassName
{
background-color: #DDFDE2;
}
.BgClassName
{
background-color: #DDFDE2;
}
</style>
border-color css
<style>
span { border-color: #DDFDE2; }
span { border-color: rgb(221,253,226); }
td.TdClassName
{
border-color: #DDFDE2;
}
.TagClassName
{
border-color: #DDFDE2;
}
</style>