Shades of Cosmic Latte #DDFFE5
Tints of Cosmic Latte #DDFFE5
RGB
CMYK
RGB Variations
Color information
#DDFFE5 (or 0xDDFFE5) is known color: Cosmic Latte. HEX triplet: DD, FF and E5. RGB value is (221,255,229). Sum of RGB (Red+Green+Blue) = 221+255+229=705 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.35% from 705); Green value is 255 (100% from 255 or 36.17% from 705); Blue value is 229 (89.84% from 255 or 32.48% from 705); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFFE5 is #22001A. Grayscale: #F1F1F1. Windows color (decimal): -2228251 or 15073245. OLE color: 15073245.
HSL color Cylindrical-coordinate representation of color #DDFFE5: hue angle of 134.12º 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 #DDFFE5 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
RGB | 221 | 255 | 229 | - |
CMYK | 0.13 | 0 | 0.10 | 0 |
HSL | 134.12º | 1% | 0.93% | - |
HSV(B) | 134.12º | 0.13% | 1% | - |
XYZ | 79.72 | 92.55 | 87.79 | - |
YUV | 241.87 | 120.74 | 113.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 255 | 229 | 0.13 | 0 | 0.10 | 0 | 134.12 | 1 | 0.93 |
Hex | DD | FF | E5 | D | 0 | A | 0 | 86 | 64 | 5D |
Octal | 335 | 377 | 345 | 15 | 0 | 12 | 0 | 206 | 144 | 135 |
Binary | 11011101 | 11111111 | 11100101 | 1101 | 0 | 1010 | 0 | 10000110 | 1100100 | 1011101 |
Color Harmonies of #DDFFE5
Complementary color
Monochromatic Colors of #DDFFE5
Black with #DDFFE5
Text Example
Text Example
White with #DDFFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFFE5; }
p { color: rgb(221,255,229); }
H1.HeaderClassName
{
color: #DDFFE5;
}
.AnyTagClassName
{
color: #DDFFE5;
}
</style>
background-color css
<style>
a { background-color: #DDFFE5; }
a { background-color: rgb(221,255,229); }
div.DivClassName
{
background-color: #DDFFE5;
}
.BgClassName
{
background-color: #DDFFE5;
}
</style>
border-color css
<style>
span { border-color: #DDFFE5; }
span { border-color: rgb(221,255,229); }
td.TdClassName
{
border-color: #DDFFE5;
}
.TagClassName
{
border-color: #DDFFE5;
}
</style>