Shades of Cosmic Latte #DDFFEA
Tints of Cosmic Latte #DDFFEA
RGB
CMYK
RGB Variations
Color information
#DDFFEA (or 0xDDFFEA) is known color: Cosmic Latte. HEX triplet: DD, FF and EA. RGB value is (221,255,234). Sum of RGB (Red+Green+Blue) = 221+255+234=710 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.13% from 710); Green value is 255 (100% from 255 or 35.92% from 710); Blue value is 234 (91.80% from 255 or 32.96% from 710); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFFEA is #220015. Grayscale: #F2F2F2. Windows color (decimal): -2228246 or 15400925. OLE color: 15400925.
HSL color Cylindrical-coordinate representation of color #DDFFEA: hue angle of 142.94º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDFFEA is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 234 | - |
| CMYK | 0.13 | 0 | 0.08 | 0 |
| HSL | 142.94º | 1% | 0.93% | - |
| HSV(B) | 142.94º | 0.13% | 1% | - |
| XYZ | 80.43 | 92.83 | 91.52 | - |
| YUV | 242.44 | 123.24 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 234 | 0.13 | 0 | 0.08 | 0 | 142.94 | 1 | 0.93 |
| Hex | DD | FF | EA | D | 0 | 8 | 0 | 8F | 64 | 5D |
| Octal | 335 | 377 | 352 | 15 | 0 | 10 | 0 | 217 | 144 | 135 |
| Binary | 11011101 | 11111111 | 11101010 | 1101 | 0 | 1000 | 0 | 10001111 | 1100100 | 1011101 |
Color Harmonies of #DDFFEA
Complementary color
Monochromatic Colors of #DDFFEA
Black with #DDFFEA
Text Example
Text Example
White with #DDFFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFFEA; }
p { color: rgb(221,255,234); }
H1.HeaderClassName
{
color: #DDFFEA;
}
.AnyTagClassName
{
color: #DDFFEA;
}
</style>
background-color css
<style>
a { background-color: #DDFFEA; }
a { background-color: rgb(221,255,234); }
div.DivClassName
{
background-color: #DDFFEA;
}
.BgClassName
{
background-color: #DDFFEA;
}
</style>
border-color css
<style>
span { border-color: #DDFFEA; }
span { border-color: rgb(221,255,234); }
td.TdClassName
{
border-color: #DDFFEA;
}
.TagClassName
{
border-color: #DDFFEA;
}
</style>