Shades of Cosmic Latte #D2FFE2
Tints of Cosmic Latte #D2FFE2
RGB
CMYK
RGB Variations
Color information
#D2FFE2 (or 0xD2FFE2) is known color: Cosmic Latte. HEX triplet: D2, FF and E2. RGB value is (210,255,226). Sum of RGB (Red+Green+Blue) = 210+255+226=691 (91% of max value = 765). Red value is 210 (82.42% from 255 or 30.39% from 691); Green value is 255 (100% from 255 or 36.90% from 691); Blue value is 226 (88.67% from 255 or 32.71% from 691); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FFE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FFE2 is #2D001D. Grayscale: #EEEEEE. Windows color (decimal): -2949150 or 14876626. OLE color: 14876626.
HSL color Cylindrical-coordinate representation of color #D2FFE2: hue angle of 141.33º 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 #D2FFE2 is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 255 | 226 | - |
| CMYK | 0.18 | 0 | 0.11 | 0 |
| HSL | 141.33º | 1% | 0.91% | - |
| HSV(B) | 141.33º | 0.18% | 1% | - |
| XYZ | 76.07 | 90.71 | 85.45 | - |
| YUV | 238.24 | 121.09 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 255 | 226 | 0.18 | 0 | 0.11 | 0 | 141.33 | 1 | 0.91 |
| Hex | D2 | FF | E2 | 12 | 0 | B | 0 | 8D | 64 | 5B |
| Octal | 322 | 377 | 342 | 22 | 0 | 13 | 0 | 215 | 144 | 133 |
| Binary | 11010010 | 11111111 | 11100010 | 10010 | 0 | 1011 | 0 | 10001101 | 1100100 | 1011011 |
Color Harmonies of #D2FFE2
Complementary color
Monochromatic Colors of #D2FFE2
Black with #D2FFE2
Text Example
Text Example
White with #D2FFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FFE2; }
p { color: rgb(210,255,226); }
H1.HeaderClassName
{
color: #D2FFE2;
}
.AnyTagClassName
{
color: #D2FFE2;
}
</style>
background-color css
<style>
a { background-color: #D2FFE2; }
a { background-color: rgb(210,255,226); }
div.DivClassName
{
background-color: #D2FFE2;
}
.BgClassName
{
background-color: #D2FFE2;
}
</style>
border-color css
<style>
span { border-color: #D2FFE2; }
span { border-color: rgb(210,255,226); }
td.TdClassName
{
border-color: #D2FFE2;
}
.TagClassName
{
border-color: #D2FFE2;
}
</style>