Shades of Cosmic Latte #D5FFE5
Tints of Cosmic Latte #D5FFE5
RGB
CMYK
RGB Variations
Color information
#D5FFE5 (or 0xD5FFE5) is known color: Cosmic Latte. HEX triplet: D5, FF and E5. RGB value is (213,255,229). Sum of RGB (Red+Green+Blue) = 213+255+229=697 (92% of max value = 765). Red value is 213 (83.59% from 255 or 30.56% from 697); Green value is 255 (100% from 255 or 36.59% from 697); Blue value is 229 (89.84% from 255 or 32.86% from 697); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FFE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FFE5 is #2A001A. Grayscale: #EFEFEF. Windows color (decimal): -2752539 or 15073237. OLE color: 15073237.
HSL color Cylindrical-coordinate representation of color #D5FFE5: hue angle of 142.86º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5FFE5 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 255 | 229 | - |
| CMYK | 0.16 | 0 | 0.10 | 0 |
| HSL | 142.86º | 1% | 0.92% | - |
| HSV(B) | 142.86º | 0.16% | 1% | - |
| XYZ | 77.34 | 91.32 | 87.68 | - |
| YUV | 239.48 | 122.09 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 255 | 229 | 0.16 | 0 | 0.10 | 0 | 142.86 | 1 | 0.92 |
| Hex | D5 | FF | E5 | 10 | 0 | A | 0 | 8F | 64 | 5C |
| Octal | 325 | 377 | 345 | 20 | 0 | 12 | 0 | 217 | 144 | 134 |
| Binary | 11010101 | 11111111 | 11100101 | 10000 | 0 | 1010 | 0 | 10001111 | 1100100 | 1011100 |
Color Harmonies of #D5FFE5
Complementary color
Monochromatic Colors of #D5FFE5
Black with #D5FFE5
Text Example
Text Example
White with #D5FFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FFE5; }
p { color: rgb(213,255,229); }
H1.HeaderClassName
{
color: #D5FFE5;
}
.AnyTagClassName
{
color: #D5FFE5;
}
</style>
background-color css
<style>
a { background-color: #D5FFE5; }
a { background-color: rgb(213,255,229); }
div.DivClassName
{
background-color: #D5FFE5;
}
.BgClassName
{
background-color: #D5FFE5;
}
</style>
border-color css
<style>
span { border-color: #D5FFE5; }
span { border-color: rgb(213,255,229); }
td.TdClassName
{
border-color: #D5FFE5;
}
.TagClassName
{
border-color: #D5FFE5;
}
</style>