Shades of Reef #D2DE98
Tints of Reef #D2DE98
RGB
CMYK
RGB Variations
Color information
#D2DE98 (or 0xD2DE98) is known color: Reef. HEX triplet: D2, DE and 98. RGB value is (210,222,152). Sum of RGB (Red+Green+Blue) = 210+222+152=584 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.96% from 584); Green value is 222 (87.11% from 255 or 38.01% from 584); Blue value is 152 (59.77% from 255 or 26.03% from 584); Max value from RGB is 222 - color contains mainly: green. Hex color #D2DE98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DE98 is #2D2167. Grayscale: #D2D2D2. Windows color (decimal): -2957672 or 10018514. OLE color: 10018514.
HSL color Cylindrical-coordinate representation of color #D2DE98: hue angle of 70.29º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D2DE98 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 222 | 152 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.13 |
| HSL | 70.29º | 0.51% | 0.73% | - |
| HSV(B) | 70.29º | 0.32% | 0.87% | - |
| XYZ | 58.37 | 68.21 | 39.8 | - |
| YUV | 210.43 | 95.02 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 222 | 152 | 0.05 | 0 | 0.32 | 0.13 | 70.29 | 0.51 | 0.73 |
| Hex | D2 | DE | 98 | 5 | 0 | 20 | D | 46 | 33 | 49 |
| Octal | 322 | 336 | 230 | 5 | 0 | 40 | 15 | 106 | 63 | 111 |
| Binary | 11010010 | 11011110 | 10011000 | 101 | 0 | 100000 | 1101 | 1000110 | 110011 | 1001001 |
Color Harmonies of #D2DE98
Complementary color
Monochromatic Colors of #D2DE98
Black with #D2DE98
Text Example
Text Example
White with #D2DE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DE98; }
p { color: rgb(210,222,152); }
H1.HeaderClassName
{
color: #D2DE98;
}
.AnyTagClassName
{
color: #D2DE98;
}
</style>
background-color css
<style>
a { background-color: #D2DE98; }
a { background-color: rgb(210,222,152); }
div.DivClassName
{
background-color: #D2DE98;
}
.BgClassName
{
background-color: #D2DE98;
}
</style>
border-color css
<style>
span { border-color: #D2DE98; }
span { border-color: rgb(210,222,152); }
td.TdClassName
{
border-color: #D2DE98;
}
.TagClassName
{
border-color: #D2DE98;
}
</style>