Shades of Cosmic Latte #DDFDE7
Tints of Cosmic Latte #DDFDE7
RGB
CMYK
RGB Variations
Color information
#DDFDE7 (or 0xDDFDE7) is known color: Cosmic Latte. HEX triplet: DD, FD and E7. RGB value is (221,253,231). Sum of RGB (Red+Green+Blue) = 221+253+231=705 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.35% from 705); Green value is 253 (99.22% from 255 or 35.89% from 705); Blue value is 231 (90.62% from 255 or 32.77% from 705); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFDE7 is #220218. Grayscale: #F0F0F0. Windows color (decimal): -2228761 or 15203805. OLE color: 15203805.
HSL color Cylindrical-coordinate representation of color #DDFDE7: hue angle of 138.75º 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 #DDFDE7 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 253 | 231 | - |
| CMYK | 0.13 | 0 | 0.09 | 0.01 |
| HSL | 138.75º | 0.89% | 0.93% | - |
| HSV(B) | 138.75º | 0.13% | 0.99% | - |
| XYZ | 79.37 | 91.39 | 89.06 | - |
| YUV | 240.92 | 122.4 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 253 | 231 | 0.13 | 0 | 0.09 | 0.01 | 138.75 | 0.89 | 0.93 |
| Hex | DD | FD | E7 | D | 0 | 9 | 1 | 8B | 59 | 5D |
| Octal | 335 | 375 | 347 | 15 | 0 | 11 | 1 | 213 | 131 | 135 |
| Binary | 11011101 | 11111101 | 11100111 | 1101 | 0 | 1001 | 1 | 10001011 | 1011001 | 1011101 |
Color Harmonies of #DDFDE7
Complementary color
Monochromatic Colors of #DDFDE7
Black with #DDFDE7
Text Example
Text Example
White with #DDFDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFDE7; }
p { color: rgb(221,253,231); }
H1.HeaderClassName
{
color: #DDFDE7;
}
.AnyTagClassName
{
color: #DDFDE7;
}
</style>
background-color css
<style>
a { background-color: #DDFDE7; }
a { background-color: rgb(221,253,231); }
div.DivClassName
{
background-color: #DDFDE7;
}
.BgClassName
{
background-color: #DDFDE7;
}
</style>
border-color css
<style>
span { border-color: #DDFDE7; }
span { border-color: rgb(221,253,231); }
td.TdClassName
{
border-color: #DDFDE7;
}
.TagClassName
{
border-color: #DDFDE7;
}
</style>