Shades of Cosmic Latte #D5FFDE
Tints of Cosmic Latte #D5FFDE
RGB
CMYK
RGB Variations
Color information
#D5FFDE (or 0xD5FFDE) is known color: Cosmic Latte. HEX triplet: D5, FF and DE. RGB value is (213,255,222). Sum of RGB (Red+Green+Blue) = 213+255+222=690 (91% of max value = 765). Red value is 213 (83.59% from 255 or 30.87% from 690); Green value is 255 (100% from 255 or 36.96% from 690); Blue value is 222 (87.11% from 255 or 32.17% from 690); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FFDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FFDE is #2A0021. Grayscale: #EEEEEE. Windows color (decimal): -2752546 or 14614485. OLE color: 14614485.
HSL color Cylindrical-coordinate representation of color #D5FFDE: hue angle of 132.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 #D5FFDE is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 255 | 222 | - |
| CMYK | 0.16 | 0 | 0.13 | 0 |
| HSL | 132.86º | 1% | 0.92% | - |
| HSV(B) | 132.86º | 0.16% | 1% | - |
| XYZ | 76.39 | 90.94 | 82.63 | - |
| YUV | 238.68 | 118.59 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 255 | 222 | 0.16 | 0 | 0.13 | 0 | 132.86 | 1 | 0.92 |
| Hex | D5 | FF | DE | 10 | 0 | D | 0 | 85 | 64 | 5C |
| Octal | 325 | 377 | 336 | 20 | 0 | 15 | 0 | 205 | 144 | 134 |
| Binary | 11010101 | 11111111 | 11011110 | 10000 | 0 | 1101 | 0 | 10000101 | 1100100 | 1011100 |
Color Harmonies of #D5FFDE
Complementary color
Monochromatic Colors of #D5FFDE
Black with #D5FFDE
Text Example
Text Example
White with #D5FFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FFDE; }
p { color: rgb(213,255,222); }
H1.HeaderClassName
{
color: #D5FFDE;
}
.AnyTagClassName
{
color: #D5FFDE;
}
</style>
background-color css
<style>
a { background-color: #D5FFDE; }
a { background-color: rgb(213,255,222); }
div.DivClassName
{
background-color: #D5FFDE;
}
.BgClassName
{
background-color: #D5FFDE;
}
</style>
border-color css
<style>
span { border-color: #D5FFDE; }
span { border-color: rgb(213,255,222); }
td.TdClassName
{
border-color: #D5FFDE;
}
.TagClassName
{
border-color: #D5FFDE;
}
</style>