Shades of Cosmic Latte #DDFEEA
Tints of Cosmic Latte #DDFEEA
RGB
CMYK
RGB Variations
Color information
#DDFEEA (or 0xDDFEEA) is known color: Cosmic Latte. HEX triplet: DD, FE and EA. RGB value is (221,254,234). Sum of RGB (Red+Green+Blue) = 221+254+234=709 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.17% from 709); Green value is 254 (99.61% from 255 or 35.83% from 709); Blue value is 234 (91.80% from 255 or 33.00% from 709); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFEEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFEEA is #220115. Grayscale: #F1F1F1. Windows color (decimal): -2228502 or 15400669. OLE color: 15400669.
HSL color Cylindrical-coordinate representation of color #DDFEEA: hue angle of 143.64º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDFEEA is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
RGB | 221 | 254 | 234 | - |
CMYK | 0.13 | 0 | 0.08 | 0.00 |
HSL | 143.64º | 0.94% | 0.93% | - |
HSV(B) | 143.64º | 0.13% | 1% | - |
XYZ | 80.11 | 92.2 | 91.42 | - |
YUV | 241.85 | 123.57 | 113.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 254 | 234 | 0.13 | 0 | 0.08 | 0.00 | 143.64 | 0.94 | 0.93 |
Hex | DD | FE | EA | D | 0 | 8 | 0 | 90 | 5E | 5D |
Octal | 335 | 376 | 352 | 15 | 0 | 10 | 0 | 220 | 136 | 135 |
Binary | 11011101 | 11111110 | 11101010 | 1101 | 0 | 1000 | 0 | 10010000 | 1011110 | 1011101 |
Color Harmonies of #DDFEEA
Complementary color
Monochromatic Colors of #DDFEEA
Black with #DDFEEA
Text Example
Text Example
White with #DDFEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFEEA; }
p { color: rgb(221,254,234); }
H1.HeaderClassName
{
color: #DDFEEA;
}
.AnyTagClassName
{
color: #DDFEEA;
}
</style>
background-color css
<style>
a { background-color: #DDFEEA; }
a { background-color: rgb(221,254,234); }
div.DivClassName
{
background-color: #DDFEEA;
}
.BgClassName
{
background-color: #DDFEEA;
}
</style>
border-color css
<style>
span { border-color: #DDFEEA; }
span { border-color: rgb(221,254,234); }
td.TdClassName
{
border-color: #DDFEEA;
}
.TagClassName
{
border-color: #DDFEEA;
}
</style>