Shades of Cosmic Latte #D2FFE1
Tints of Cosmic Latte #D2FFE1
RGB
CMYK
RGB Variations
Color information
#D2FFE1 (or 0xD2FFE1) is known color: Cosmic Latte. HEX triplet: D2, FF and E1. RGB value is (210,255,225). Sum of RGB (Red+Green+Blue) = 210+255+225=690 (91% of max value = 765). Red value is 210 (82.42% from 255 or 30.43% from 690); Green value is 255 (100% from 255 or 36.96% from 690); Blue value is 225 (88.28% from 255 or 32.61% from 690); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FFE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FFE1 is #2D001E. Grayscale: #EEEEEE. Windows color (decimal): -2949151 or 14811090. OLE color: 14811090.
HSL color Cylindrical-coordinate representation of color #D2FFE1: hue angle of 140º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2FFE1 is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 255 | 225 | - |
| CMYK | 0.18 | 0 | 0.12 | 0 |
| HSL | 140º | 1% | 0.91% | - |
| HSV(B) | 140º | 0.18% | 1% | - |
| XYZ | 75.93 | 90.66 | 84.73 | - |
| YUV | 238.13 | 120.59 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 255 | 225 | 0.18 | 0 | 0.12 | 0 | 140 | 1 | 0.91 |
| Hex | D2 | FF | E1 | 12 | 0 | C | 0 | 8C | 64 | 5B |
| Octal | 322 | 377 | 341 | 22 | 0 | 14 | 0 | 214 | 144 | 133 |
| Binary | 11010010 | 11111111 | 11100001 | 10010 | 0 | 1100 | 0 | 10001100 | 1100100 | 1011011 |
Color Harmonies of #D2FFE1
Complementary color
Monochromatic Colors of #D2FFE1
Black with #D2FFE1
Text Example
Text Example
White with #D2FFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FFE1; }
p { color: rgb(210,255,225); }
H1.HeaderClassName
{
color: #D2FFE1;
}
.AnyTagClassName
{
color: #D2FFE1;
}
</style>
background-color css
<style>
a { background-color: #D2FFE1; }
a { background-color: rgb(210,255,225); }
div.DivClassName
{
background-color: #D2FFE1;
}
.BgClassName
{
background-color: #D2FFE1;
}
</style>
border-color css
<style>
span { border-color: #D2FFE1; }
span { border-color: rgb(210,255,225); }
td.TdClassName
{
border-color: #D2FFE1;
}
.TagClassName
{
border-color: #D2FFE1;
}
</style>