Shades of Cosmic Latte #DDFFEB
Tints of Cosmic Latte #DDFFEB
RGB
CMYK
RGB Variations
Color information
#DDFFEB (or 0xDDFFEB) is known color: Cosmic Latte. HEX triplet: DD, FF and EB. RGB value is (221,255,235). Sum of RGB (Red+Green+Blue) = 221+255+235=711 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.08% from 711); Green value is 255 (100% from 255 or 35.86% from 711); Blue value is 235 (92.19% from 255 or 33.05% from 711); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFFEB is #220014. Grayscale: #F2F2F2. Windows color (decimal): -2228245 or 15466461. OLE color: 15466461.
HSL color Cylindrical-coordinate representation of color #DDFFEB: hue angle of 144.71º 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 #DDFFEB is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 235 | - |
| CMYK | 0.13 | 0 | 0.08 | 0 |
| HSL | 144.71º | 1% | 0.93% | - |
| HSV(B) | 144.71º | 0.13% | 1% | - |
| XYZ | 80.57 | 92.89 | 92.28 | - |
| YUV | 242.55 | 123.74 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 235 | 0.13 | 0 | 0.08 | 0 | 144.71 | 1 | 0.93 |
| Hex | DD | FF | EB | D | 0 | 8 | 0 | 91 | 64 | 5D |
| Octal | 335 | 377 | 353 | 15 | 0 | 10 | 0 | 221 | 144 | 135 |
| Binary | 11011101 | 11111111 | 11101011 | 1101 | 0 | 1000 | 0 | 10010001 | 1100100 | 1011101 |
Color Harmonies of #DDFFEB
Complementary color
Monochromatic Colors of #DDFFEB
Black with #DDFFEB
Text Example
Text Example
White with #DDFFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFFEB; }
p { color: rgb(221,255,235); }
H1.HeaderClassName
{
color: #DDFFEB;
}
.AnyTagClassName
{
color: #DDFFEB;
}
</style>
background-color css
<style>
a { background-color: #DDFFEB; }
a { background-color: rgb(221,255,235); }
div.DivClassName
{
background-color: #DDFFEB;
}
.BgClassName
{
background-color: #DDFFEB;
}
</style>
border-color css
<style>
span { border-color: #DDFFEB; }
span { border-color: rgb(221,255,235); }
td.TdClassName
{
border-color: #DDFFEB;
}
.TagClassName
{
border-color: #DDFFEB;
}
</style>