Shades of Cosmic Latte #D5FCDE
Tints of Cosmic Latte #D5FCDE
RGB
CMYK
RGB Variations
Color information
#D5FCDE (or 0xD5FCDE) is known color: Cosmic Latte. HEX triplet: D5, FC and DE. RGB value is (213,252,222). Sum of RGB (Red+Green+Blue) = 213+252+222=687 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.00% from 687); Green value is 252 (98.83% from 255 or 36.68% from 687); Blue value is 222 (87.11% from 255 or 32.31% from 687); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FCDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FCDE is #2A0321. Grayscale: #EDEDED. Windows color (decimal): -2753314 or 14613717. OLE color: 14613717.
HSL color Cylindrical-coordinate representation of color #D5FCDE: hue angle of 133.85º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5FCDE is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 252 | 222 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.01 |
| HSL | 133.85º | 0.87% | 0.91% | - |
| HSV(B) | 133.85º | 0.15% | 0.99% | - |
| XYZ | 75.44 | 89.04 | 82.32 | - |
| YUV | 236.92 | 119.58 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 252 | 222 | 0.15 | 0 | 0.12 | 0.01 | 133.85 | 0.87 | 0.91 |
| Hex | D5 | FC | DE | F | 0 | C | 1 | 86 | 57 | 5B |
| Octal | 325 | 374 | 336 | 17 | 0 | 14 | 1 | 206 | 127 | 133 |
| Binary | 11010101 | 11111100 | 11011110 | 1111 | 0 | 1100 | 1 | 10000110 | 1010111 | 1011011 |
Color Harmonies of #D5FCDE
Complementary color
Monochromatic Colors of #D5FCDE
Black with #D5FCDE
Text Example
Text Example
White with #D5FCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FCDE; }
p { color: rgb(213,252,222); }
H1.HeaderClassName
{
color: #D5FCDE;
}
.AnyTagClassName
{
color: #D5FCDE;
}
</style>
background-color css
<style>
a { background-color: #D5FCDE; }
a { background-color: rgb(213,252,222); }
div.DivClassName
{
background-color: #D5FCDE;
}
.BgClassName
{
background-color: #D5FCDE;
}
</style>
border-color css
<style>
span { border-color: #D5FCDE; }
span { border-color: rgb(213,252,222); }
td.TdClassName
{
border-color: #D5FCDE;
}
.TagClassName
{
border-color: #D5FCDE;
}
</style>