Shades of Cosmic Latte #D2FADE
Tints of Cosmic Latte #D2FADE
RGB
CMYK
RGB Variations
Color information
#D2FADE (or 0xD2FADE) is known color: Cosmic Latte. HEX triplet: D2, FA and DE. RGB value is (210,250,222). Sum of RGB (Red+Green+Blue) = 210+250+222=682 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.79% from 682); Green value is 250 (98.05% from 255 or 36.66% from 682); Blue value is 222 (87.11% from 255 or 32.55% from 682); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FADE is #2D0521. Grayscale: #EAEAEA. Windows color (decimal): -2950434 or 14613202. OLE color: 14613202.
HSL color Cylindrical-coordinate representation of color #D2FADE: hue angle of 138º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2FADE is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 250 | 222 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.02 |
| HSL | 138º | 0.8% | 0.9% | - |
| HSV(B) | 138º | 0.16% | 0.98% | - |
| XYZ | 73.95 | 87.35 | 82.07 | - |
| YUV | 234.85 | 120.75 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 250 | 222 | 0.16 | 0 | 0.11 | 0.02 | 138 | 0.8 | 0.9 |
| Hex | D2 | FA | DE | 10 | 0 | B | 2 | 8A | 50 | 5A |
| Octal | 322 | 372 | 336 | 20 | 0 | 13 | 2 | 212 | 120 | 132 |
| Binary | 11010010 | 11111010 | 11011110 | 10000 | 0 | 1011 | 10 | 10001010 | 1010000 | 1011010 |
Color Harmonies of #D2FADE
Complementary color
Monochromatic Colors of #D2FADE
Black with #D2FADE
Text Example
Text Example
White with #D2FADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FADE; }
p { color: rgb(210,250,222); }
H1.HeaderClassName
{
color: #D2FADE;
}
.AnyTagClassName
{
color: #D2FADE;
}
</style>
background-color css
<style>
a { background-color: #D2FADE; }
a { background-color: rgb(210,250,222); }
div.DivClassName
{
background-color: #D2FADE;
}
.BgClassName
{
background-color: #D2FADE;
}
</style>
border-color css
<style>
span { border-color: #D2FADE; }
span { border-color: rgb(210,250,222); }
td.TdClassName
{
border-color: #D2FADE;
}
.TagClassName
{
border-color: #D2FADE;
}
</style>