Shades of Cosmic Latte #DDFDE4
Tints of Cosmic Latte #DDFDE4
RGB
CMYK
RGB Variations
Color information
#DDFDE4 (or 0xDDFDE4) is known color: Cosmic Latte. HEX triplet: DD, FD and E4. RGB value is (221,253,228). Sum of RGB (Red+Green+Blue) = 221+253+228=702 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.48% from 702); Green value is 253 (99.22% from 255 or 36.04% from 702); Blue value is 228 (89.45% from 255 or 32.48% from 702); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFDE4 is #22021B. Grayscale: #F0F0F0. Windows color (decimal): -2228764 or 15007197. OLE color: 15007197.
HSL color Cylindrical-coordinate representation of color #DDFDE4: hue angle of 133.12º 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 #DDFDE4 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 253 | 228 | - |
CMYK | 0.13 | 0 | 0.10 | 0.01 |
HSL | 133.13º | 0.89% | 0.93% | - |
HSV(B) | 133.13º | 0.13% | 0.99% | - |
XYZ | 78.95 | 91.22 | 86.85 | - |
YUV | 240.58 | 120.9 | 114.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 253 | 228 | 0.13 | 0 | 0.10 | 0.01 | 133.13 | 0.89 | 0.93 |
Hex | DD | FD | E4 | D | 0 | A | 1 | 85 | 59 | 5D |
Octal | 335 | 375 | 344 | 15 | 0 | 12 | 1 | 205 | 131 | 135 |
Binary | 11011101 | 11111101 | 11100100 | 1101 | 0 | 1010 | 1 | 10000101 | 1011001 | 1011101 |
Color Harmonies of #DDFDE4
Complementary color
Monochromatic Colors of #DDFDE4
Black with #DDFDE4
Text Example
Text Example
White with #DDFDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFDE4; }
p { color: rgb(221,253,228); }
H1.HeaderClassName
{
color: #DDFDE4;
}
.AnyTagClassName
{
color: #DDFDE4;
}
</style>
background-color css
<style>
a { background-color: #DDFDE4; }
a { background-color: rgb(221,253,228); }
div.DivClassName
{
background-color: #DDFDE4;
}
.BgClassName
{
background-color: #DDFDE4;
}
</style>
border-color css
<style>
span { border-color: #DDFDE4; }
span { border-color: rgb(221,253,228); }
td.TdClassName
{
border-color: #DDFDE4;
}
.TagClassName
{
border-color: #DDFDE4;
}
</style>