Shades of Cosmic Latte #D2FCDE
Tints of Cosmic Latte #D2FCDE
RGB
CMYK
RGB Variations
Color information
#D2FCDE (or 0xD2FCDE) is known color: Cosmic Latte. HEX triplet: D2, FC and DE. RGB value is (210,252,222). Sum of RGB (Red+Green+Blue) = 210+252+222=684 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.70% from 684); Green value is 252 (98.83% from 255 or 36.84% from 684); Blue value is 222 (87.11% from 255 or 32.46% from 684); Max value from RGB is 252 - color contains mainly: green. Hex color #D2FCDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FCDE is #2D0321. Grayscale: #ECECEC. Windows color (decimal): -2949922 or 14613714. OLE color: 14613714.
HSL color Cylindrical-coordinate representation of color #D2FCDE: hue angle of 137.14º degrees, saturation: 0.88, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2FCDE is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 252 | 222 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.01 |
| HSL | 137.14º | 0.88% | 0.91% | - |
| HSV(B) | 137.14º | 0.17% | 0.99% | - |
| XYZ | 74.57 | 88.6 | 82.28 | - |
| YUV | 236.02 | 120.09 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 252 | 222 | 0.17 | 0 | 0.12 | 0.01 | 137.14 | 0.88 | 0.91 |
| Hex | D2 | FC | DE | 11 | 0 | C | 1 | 89 | 58 | 5B |
| Octal | 322 | 374 | 336 | 21 | 0 | 14 | 1 | 211 | 130 | 133 |
| Binary | 11010010 | 11111100 | 11011110 | 10001 | 0 | 1100 | 1 | 10001001 | 1011000 | 1011011 |
Color Harmonies of #D2FCDE
Complementary color
Monochromatic Colors of #D2FCDE
Black with #D2FCDE
Text Example
Text Example
White with #D2FCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FCDE; }
p { color: rgb(210,252,222); }
H1.HeaderClassName
{
color: #D2FCDE;
}
.AnyTagClassName
{
color: #D2FCDE;
}
</style>
background-color css
<style>
a { background-color: #D2FCDE; }
a { background-color: rgb(210,252,222); }
div.DivClassName
{
background-color: #D2FCDE;
}
.BgClassName
{
background-color: #D2FCDE;
}
</style>
border-color css
<style>
span { border-color: #D2FCDE; }
span { border-color: rgb(210,252,222); }
td.TdClassName
{
border-color: #D2FCDE;
}
.TagClassName
{
border-color: #D2FCDE;
}
</style>