Shades of Cosmic Latte #DDFFEC
Tints of Cosmic Latte #DDFFEC
RGB
CMYK
RGB Variations
Color information
#DDFFEC (or 0xDDFFEC) is known color: Cosmic Latte. HEX triplet: DD, FF and EC. RGB value is (221,255,236). Sum of RGB (Red+Green+Blue) = 221+255+236=712 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.04% from 712); Green value is 255 (100% from 255 or 35.81% from 712); Blue value is 236 (92.58% from 255 or 33.15% from 712); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFFEC is #220013. Grayscale: #F2F2F2. Windows color (decimal): -2228244 or 15531997. OLE color: 15531997.
HSL color Cylindrical-coordinate representation of color #DDFFEC: hue angle of 146.47º 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 #DDFFEC is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
RGB | 221 | 255 | 236 | - |
CMYK | 0.13 | 0 | 0.07 | 0 |
HSL | 146.47º | 1% | 0.93% | - |
HSV(B) | 146.47º | 0.13% | 1% | - |
XYZ | 80.72 | 92.95 | 93.04 | - |
YUV | 242.67 | 124.24 | 112.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 255 | 236 | 0.13 | 0 | 0.07 | 0 | 146.47 | 1 | 0.93 |
Hex | DD | FF | EC | D | 0 | 7 | 0 | 92 | 64 | 5D |
Octal | 335 | 377 | 354 | 15 | 0 | 7 | 0 | 222 | 144 | 135 |
Binary | 11011101 | 11111111 | 11101100 | 1101 | 0 | 111 | 0 | 10010010 | 1100100 | 1011101 |
Color Harmonies of #DDFFEC
Complementary color
Monochromatic Colors of #DDFFEC
Black with #DDFFEC
Text Example
Text Example
White with #DDFFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFFEC; }
p { color: rgb(221,255,236); }
H1.HeaderClassName
{
color: #DDFFEC;
}
.AnyTagClassName
{
color: #DDFFEC;
}
</style>
background-color css
<style>
a { background-color: #DDFFEC; }
a { background-color: rgb(221,255,236); }
div.DivClassName
{
background-color: #DDFFEC;
}
.BgClassName
{
background-color: #DDFFEC;
}
</style>
border-color css
<style>
span { border-color: #DDFFEC; }
span { border-color: rgb(221,255,236); }
td.TdClassName
{
border-color: #DDFFEC;
}
.TagClassName
{
border-color: #DDFFEC;
}
</style>