Shades of Cosmic Latte #DDF2E4
Tints of Cosmic Latte #DDF2E4
RGB
CMYK
RGB Variations
Color information
#DDF2E4 (or 0xDDF2E4) is known color: Cosmic Latte. HEX triplet: DD, F2 and E4. RGB value is (221,242,228). Sum of RGB (Red+Green+Blue) = 221+242+228=691 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.98% from 691); Green value is 242 (94.92% from 255 or 35.02% from 691); Blue value is 228 (89.45% from 255 or 33.00% from 691); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF2E4 is #220D1B. Grayscale: #EAEAEA. Windows color (decimal): -2231580 or 15004381. OLE color: 15004381.
HSL color Cylindrical-coordinate representation of color #DDF2E4: hue angle of 140º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDF2E4 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 228 | - |
| CMYK | 0.09 | 0 | 0.06 | 0.05 |
| HSL | 140º | 0.45% | 0.91% | - |
| HSV(B) | 140º | 0.09% | 0.95% | - |
| XYZ | 75.57 | 84.48 | 85.72 | - |
| YUV | 234.13 | 124.54 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 228 | 0.09 | 0 | 0.06 | 0.05 | 140 | 0.45 | 0.91 |
| Hex | DD | F2 | E4 | 9 | 0 | 6 | 5 | 8C | 2D | 5B |
| Octal | 335 | 362 | 344 | 11 | 0 | 6 | 5 | 214 | 55 | 133 |
| Binary | 11011101 | 11110010 | 11100100 | 1001 | 0 | 110 | 101 | 10001100 | 101101 | 1011011 |
Color Harmonies of #DDF2E4
Complementary color
Monochromatic Colors of #DDF2E4
Black with #DDF2E4
Text Example
Text Example
White with #DDF2E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF2E4; }
p { color: rgb(221,242,228); }
H1.HeaderClassName
{
color: #DDF2E4;
}
.AnyTagClassName
{
color: #DDF2E4;
}
</style>
background-color css
<style>
a { background-color: #DDF2E4; }
a { background-color: rgb(221,242,228); }
div.DivClassName
{
background-color: #DDF2E4;
}
.BgClassName
{
background-color: #DDF2E4;
}
</style>
border-color css
<style>
span { border-color: #DDF2E4; }
span { border-color: rgb(221,242,228); }
td.TdClassName
{
border-color: #DDF2E4;
}
.TagClassName
{
border-color: #DDF2E4;
}
</style>