Shades of Reef #D2FFA7
Tints of Reef #D2FFA7
RGB
CMYK
RGB Variations
Color information
#D2FFA7 (or 0xD2FFA7) is known color: Reef. HEX triplet: D2, FF and A7. RGB value is (210,255,167). Sum of RGB (Red+Green+Blue) = 210+255+167=632 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.23% from 632); Green value is 255 (100% from 255 or 40.35% from 632); Blue value is 167 (65.62% from 255 or 26.42% from 632); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FFA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FFA7 is #2D0058. Grayscale: #E7E7E7. Windows color (decimal): -2949209 or 11010002. OLE color: 11010002.
HSL color Cylindrical-coordinate representation of color #D2FFA7: hue angle of 90.68º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D2FFA7 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 255 | 167 | - |
| CMYK | 0.18 | 0 | 0.35 | 0 |
| HSL | 90.68º | 1% | 0.83% | - |
| HSV(B) | 90.68º | 0.35% | 1% | - |
| XYZ | 69.31 | 88.01 | 49.89 | - |
| YUV | 231.51 | 91.59 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 255 | 167 | 0.18 | 0 | 0.35 | 0 | 90.68 | 1 | 0.83 |
| Hex | D2 | FF | A7 | 12 | 0 | 23 | 0 | 5B | 64 | 53 |
| Octal | 322 | 377 | 247 | 22 | 0 | 43 | 0 | 133 | 144 | 123 |
| Binary | 11010010 | 11111111 | 10100111 | 10010 | 0 | 100011 | 0 | 1011011 | 1100100 | 1010011 |
Color Harmonies of #D2FFA7
Complementary color
Monochromatic Colors of #D2FFA7
Black with #D2FFA7
Text Example
Text Example
White with #D2FFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FFA7; }
p { color: rgb(210,255,167); }
H1.HeaderClassName
{
color: #D2FFA7;
}
.AnyTagClassName
{
color: #D2FFA7;
}
</style>
background-color css
<style>
a { background-color: #D2FFA7; }
a { background-color: rgb(210,255,167); }
div.DivClassName
{
background-color: #D2FFA7;
}
.BgClassName
{
background-color: #D2FFA7;
}
</style>
border-color css
<style>
span { border-color: #D2FFA7; }
span { border-color: rgb(210,255,167); }
td.TdClassName
{
border-color: #D2FFA7;
}
.TagClassName
{
border-color: #D2FFA7;
}
</style>