Shades of Reef #D2FFA0
Tints of Reef #D2FFA0
RGB
CMYK
RGB Variations
Color information
#D2FFA0 (or 0xD2FFA0) is known color: Reef. HEX triplet: D2, FF and A0. RGB value is (210,255,160). Sum of RGB (Red+Green+Blue) = 210+255+160=625 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.6% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 160 (62.89% from 255 or 25.6% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FFA0 is #2D005F. Grayscale: #E7E7E7. Windows color (decimal): -2949216 or 10551250. OLE color: 10551250.
HSL color Cylindrical-coordinate representation of color #D2FFA0: hue angle of 88.42º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D2FFA0 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
RGB | 210 | 255 | 160 | - |
CMYK | 0.18 | 0 | 0.37 | 0 |
HSL | 88.42º | 1% | 0.81% | - |
HSV(B) | 88.42º | 0.37% | 1% | - |
XYZ | 68.68 | 87.76 | 46.58 | - |
YUV | 230.72 | 88.09 | 113.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 255 | 160 | 0.18 | 0 | 0.37 | 0 | 88.42 | 1 | 0.81 |
Hex | D2 | FF | A0 | 12 | 0 | 25 | 0 | 58 | 64 | 51 |
Octal | 322 | 377 | 240 | 22 | 0 | 45 | 0 | 130 | 144 | 121 |
Binary | 11010010 | 11111111 | 10100000 | 10010 | 0 | 100101 | 0 | 1011000 | 1100100 | 1010001 |
Color Harmonies of #D2FFA0
Complementary color
Monochromatic Colors of #D2FFA0
Black with #D2FFA0
Text Example
Text Example
White with #D2FFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FFA0; }
p { color: rgb(210,255,160); }
H1.HeaderClassName
{
color: #D2FFA0;
}
.AnyTagClassName
{
color: #D2FFA0;
}
</style>
background-color css
<style>
a { background-color: #D2FFA0; }
a { background-color: rgb(210,255,160); }
div.DivClassName
{
background-color: #D2FFA0;
}
.BgClassName
{
background-color: #D2FFA0;
}
</style>
border-color css
<style>
span { border-color: #D2FFA0; }
span { border-color: rgb(210,255,160); }
td.TdClassName
{
border-color: #D2FFA0;
}
.TagClassName
{
border-color: #D2FFA0;
}
</style>