Shades of Cosmic Latte #D2FCE0
Tints of Cosmic Latte #D2FCE0
RGB
CMYK
RGB Variations
Color information
#D2FCE0 (or 0xD2FCE0) is known color: Cosmic Latte. HEX triplet: D2, FC and E0. RGB value is (210,252,224). Sum of RGB (Red+Green+Blue) = 210+252+224=686 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.61% from 686); Green value is 252 (98.83% from 255 or 36.73% from 686); Blue value is 224 (87.89% from 255 or 32.65% from 686); Max value from RGB is 252 - color contains mainly: green. Hex color #D2FCE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FCE0 is #2D031F. Grayscale: #ECECEC. Windows color (decimal): -2949920 or 14744786. OLE color: 14744786.
HSL color Cylindrical-coordinate representation of color #D2FCE0: hue angle of 140º 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 #D2FCE0 is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 252 | 224 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.01 |
| HSL | 140º | 0.88% | 0.91% | - |
| HSV(B) | 140º | 0.17% | 0.99% | - |
| XYZ | 74.84 | 88.7 | 83.7 | - |
| YUV | 236.25 | 121.09 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 252 | 224 | 0.17 | 0 | 0.11 | 0.01 | 140 | 0.88 | 0.91 |
| Hex | D2 | FC | E0 | 11 | 0 | B | 1 | 8C | 58 | 5B |
| Octal | 322 | 374 | 340 | 21 | 0 | 13 | 1 | 214 | 130 | 133 |
| Binary | 11010010 | 11111100 | 11100000 | 10001 | 0 | 1011 | 1 | 10001100 | 1011000 | 1011011 |
Color Harmonies of #D2FCE0
Complementary color
Monochromatic Colors of #D2FCE0
Black with #D2FCE0
Text Example
Text Example
White with #D2FCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FCE0; }
p { color: rgb(210,252,224); }
H1.HeaderClassName
{
color: #D2FCE0;
}
.AnyTagClassName
{
color: #D2FCE0;
}
</style>
background-color css
<style>
a { background-color: #D2FCE0; }
a { background-color: rgb(210,252,224); }
div.DivClassName
{
background-color: #D2FCE0;
}
.BgClassName
{
background-color: #D2FCE0;
}
</style>
border-color css
<style>
span { border-color: #D2FCE0; }
span { border-color: rgb(210,252,224); }
td.TdClassName
{
border-color: #D2FCE0;
}
.TagClassName
{
border-color: #D2FCE0;
}
</style>