Shades of Cosmic Latte #D5FADE
Tints of Cosmic Latte #D5FADE
RGB
CMYK
RGB Variations
Color information
#D5FADE (or 0xD5FADE) is known color: Cosmic Latte. HEX triplet: D5, FA and DE. RGB value is (213,250,222). Sum of RGB (Red+Green+Blue) = 213+250+222=685 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.09% from 685); Green value is 250 (98.05% from 255 or 36.50% from 685); Blue value is 222 (87.11% from 255 or 32.41% from 685); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FADE is #2A0521. Grayscale: #EBEBEB. Windows color (decimal): -2753826 or 14613205. OLE color: 14613205.
HSL color Cylindrical-coordinate representation of color #D5FADE: hue angle of 134.59º degrees, saturation: 0.79, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5FADE is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 250 | 222 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.02 |
| HSL | 134.59º | 0.79% | 0.91% | - |
| HSV(B) | 134.59º | 0.15% | 0.98% | - |
| XYZ | 74.81 | 87.79 | 82.11 | - |
| YUV | 235.75 | 120.24 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 250 | 222 | 0.15 | 0 | 0.11 | 0.02 | 134.59 | 0.79 | 0.91 |
| Hex | D5 | FA | DE | F | 0 | B | 2 | 87 | 4F | 5B |
| Octal | 325 | 372 | 336 | 17 | 0 | 13 | 2 | 207 | 117 | 133 |
| Binary | 11010101 | 11111010 | 11011110 | 1111 | 0 | 1011 | 10 | 10000111 | 1001111 | 1011011 |
Color Harmonies of #D5FADE
Complementary color
Monochromatic Colors of #D5FADE
Black with #D5FADE
Text Example
Text Example
White with #D5FADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FADE; }
p { color: rgb(213,250,222); }
H1.HeaderClassName
{
color: #D5FADE;
}
.AnyTagClassName
{
color: #D5FADE;
}
</style>
background-color css
<style>
a { background-color: #D5FADE; }
a { background-color: rgb(213,250,222); }
div.DivClassName
{
background-color: #D5FADE;
}
.BgClassName
{
background-color: #D5FADE;
}
</style>
border-color css
<style>
span { border-color: #D5FADE; }
span { border-color: rgb(213,250,222); }
td.TdClassName
{
border-color: #D5FADE;
}
.TagClassName
{
border-color: #D5FADE;
}
</style>