Shades of Cosmic Latte #D9FFE0
Tints of Cosmic Latte #D9FFE0
RGB
CMYK
RGB Variations
Color information
#D9FFE0 (or 0xD9FFE0) is known color: Cosmic Latte. HEX triplet: D9, FF and E0. RGB value is (217,255,224). Sum of RGB (Red+Green+Blue) = 217+255+224=696 (92% of max value = 765). Red value is 217 (85.16% from 255 or 31.18% from 696); Green value is 255 (100% from 255 or 36.64% from 696); Blue value is 224 (87.89% from 255 or 32.18% from 696); Max value from RGB is 255 - color contains mainly: green. Hex color #D9FFE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FFE0 is #26001F. Grayscale: #F0F0F0. Windows color (decimal): -2490400 or 14745561. OLE color: 14745561.
HSL color Cylindrical-coordinate representation of color #D9FFE0: hue angle of 131.05º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9FFE0 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 255 | 224 | - |
| CMYK | 0.15 | 0 | 0.12 | 0 |
| HSL | 131.05º | 1% | 0.93% | - |
| HSV(B) | 131.05º | 0.15% | 1% | - |
| XYZ | 77.83 | 91.65 | 84.11 | - |
| YUV | 240.1 | 118.91 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 255 | 224 | 0.15 | 0 | 0.12 | 0 | 131.05 | 1 | 0.93 |
| Hex | D9 | FF | E0 | F | 0 | C | 0 | 83 | 64 | 5D |
| Octal | 331 | 377 | 340 | 17 | 0 | 14 | 0 | 203 | 144 | 135 |
| Binary | 11011001 | 11111111 | 11100000 | 1111 | 0 | 1100 | 0 | 10000011 | 1100100 | 1011101 |
Color Harmonies of #D9FFE0
Complementary color
Monochromatic Colors of #D9FFE0
Black with #D9FFE0
Text Example
Text Example
White with #D9FFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FFE0; }
p { color: rgb(217,255,224); }
H1.HeaderClassName
{
color: #D9FFE0;
}
.AnyTagClassName
{
color: #D9FFE0;
}
</style>
background-color css
<style>
a { background-color: #D9FFE0; }
a { background-color: rgb(217,255,224); }
div.DivClassName
{
background-color: #D9FFE0;
}
.BgClassName
{
background-color: #D9FFE0;
}
</style>
border-color css
<style>
span { border-color: #D9FFE0; }
span { border-color: rgb(217,255,224); }
td.TdClassName
{
border-color: #D9FFE0;
}
.TagClassName
{
border-color: #D9FFE0;
}
</style>