Shades of Cosmic Latte #D2FBE2
Tints of Cosmic Latte #D2FBE2
RGB
CMYK
RGB Variations
Color information
#D2FBE2 (or 0xD2FBE2) is known color: Cosmic Latte. HEX triplet: D2, FB and E2. RGB value is (210,251,226). Sum of RGB (Red+Green+Blue) = 210+251+226=687 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.57% from 687); Green value is 251 (98.44% from 255 or 36.54% from 687); Blue value is 226 (88.67% from 255 or 32.90% from 687); Max value from RGB is 251 - color contains mainly: green. Hex color #D2FBE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FBE2 is #2D041D. Grayscale: #EBEBEB. Windows color (decimal): -2950174 or 14875602. OLE color: 14875602.
HSL color Cylindrical-coordinate representation of color #D2FBE2: hue angle of 143.41º degrees, saturation: 0.84, 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 #D2FBE2 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 251 | 226 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.02 |
| HSL | 143.41º | 0.84% | 0.9% | - |
| HSV(B) | 143.41º | 0.16% | 0.98% | - |
| XYZ | 74.8 | 88.19 | 85.03 | - |
| YUV | 235.89 | 122.42 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 251 | 226 | 0.16 | 0 | 0.10 | 0.02 | 143.41 | 0.84 | 0.9 |
| Hex | D2 | FB | E2 | 10 | 0 | A | 2 | 8F | 54 | 5A |
| Octal | 322 | 373 | 342 | 20 | 0 | 12 | 2 | 217 | 124 | 132 |
| Binary | 11010010 | 11111011 | 11100010 | 10000 | 0 | 1010 | 10 | 10001111 | 1010100 | 1011010 |
Color Harmonies of #D2FBE2
Complementary color
Monochromatic Colors of #D2FBE2
Black with #D2FBE2
Text Example
Text Example
White with #D2FBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FBE2; }
p { color: rgb(210,251,226); }
H1.HeaderClassName
{
color: #D2FBE2;
}
.AnyTagClassName
{
color: #D2FBE2;
}
</style>
background-color css
<style>
a { background-color: #D2FBE2; }
a { background-color: rgb(210,251,226); }
div.DivClassName
{
background-color: #D2FBE2;
}
.BgClassName
{
background-color: #D2FBE2;
}
</style>
border-color css
<style>
span { border-color: #D2FBE2; }
span { border-color: rgb(210,251,226); }
td.TdClassName
{
border-color: #D2FBE2;
}
.TagClassName
{
border-color: #D2FBE2;
}
</style>