Shades of Reef #D2F6AD
Tints of Reef #D2F6AD
RGB
CMYK
RGB Variations
Color information
#D2F6AD (or 0xD2F6AD) is known color: Reef. HEX triplet: D2, F6 and AD. RGB value is (210,246,173). Sum of RGB (Red+Green+Blue) = 210+246+173=629 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.39% from 629); Green value is 246 (96.48% from 255 or 39.11% from 629); Blue value is 173 (67.97% from 255 or 27.50% from 629); Max value from RGB is 246 - color contains mainly: green. Hex color #D2F6AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F6AD is #2D0952. Grayscale: #E3E3E3. Windows color (decimal): -2951507 or 11400914. OLE color: 11400914.
HSL color Cylindrical-coordinate representation of color #D2F6AD: hue angle of 89.59º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D2F6AD is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 246 | 173 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.04 |
| HSL | 89.59º | 0.8% | 0.82% | - |
| HSV(B) | 89.59º | 0.3% | 0.96% | - |
| XYZ | 67.08 | 82.63 | 51.95 | - |
| YUV | 226.91 | 97.57 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 246 | 173 | 0.15 | 0 | 0.30 | 0.04 | 89.59 | 0.8 | 0.82 |
| Hex | D2 | F6 | AD | F | 0 | 1E | 4 | 5A | 50 | 52 |
| Octal | 322 | 366 | 255 | 17 | 0 | 36 | 4 | 132 | 120 | 122 |
| Binary | 11010010 | 11110110 | 10101101 | 1111 | 0 | 11110 | 100 | 1011010 | 1010000 | 1010010 |
Color Harmonies of #D2F6AD
Complementary color
Monochromatic Colors of #D2F6AD
Black with #D2F6AD
Text Example
Text Example
White with #D2F6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F6AD; }
p { color: rgb(210,246,173); }
H1.HeaderClassName
{
color: #D2F6AD;
}
.AnyTagClassName
{
color: #D2F6AD;
}
</style>
background-color css
<style>
a { background-color: #D2F6AD; }
a { background-color: rgb(210,246,173); }
div.DivClassName
{
background-color: #D2F6AD;
}
.BgClassName
{
background-color: #D2F6AD;
}
</style>
border-color css
<style>
span { border-color: #D2F6AD; }
span { border-color: rgb(210,246,173); }
td.TdClassName
{
border-color: #D2F6AD;
}
.TagClassName
{
border-color: #D2F6AD;
}
</style>