Shades of Reef #D2FFA5
Tints of Reef #D2FFA5
RGB
CMYK
RGB Variations
Color information
#D2FFA5 (or 0xD2FFA5) is known color: Reef. HEX triplet: D2, FF and A5. RGB value is (210,255,165). Sum of RGB (Red+Green+Blue) = 210+255+165=630 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.33% from 630); Green value is 255 (100% from 255 or 40.48% from 630); Blue value is 165 (64.84% from 255 or 26.19% from 630); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FFA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FFA5 is #2D005A. Grayscale: #E7E7E7. Windows color (decimal): -2949211 or 10878930. OLE color: 10878930.
HSL color Cylindrical-coordinate representation of color #D2FFA5: hue angle of 90º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D2FFA5 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 255 | 165 | - |
| CMYK | 0.18 | 0 | 0.35 | 0 |
| HSL | 90º | 1% | 0.82% | - |
| HSV(B) | 90º | 0.35% | 1% | - |
| XYZ | 69.13 | 87.94 | 48.93 | - |
| YUV | 231.29 | 90.59 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 255 | 165 | 0.18 | 0 | 0.35 | 0 | 90 | 1 | 0.82 |
| Hex | D2 | FF | A5 | 12 | 0 | 23 | 0 | 5A | 64 | 52 |
| Octal | 322 | 377 | 245 | 22 | 0 | 43 | 0 | 132 | 144 | 122 |
| Binary | 11010010 | 11111111 | 10100101 | 10010 | 0 | 100011 | 0 | 1011010 | 1100100 | 1010010 |
Color Harmonies of #D2FFA5
Complementary color
Monochromatic Colors of #D2FFA5
Black with #D2FFA5
Text Example
Text Example
White with #D2FFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FFA5; }
p { color: rgb(210,255,165); }
H1.HeaderClassName
{
color: #D2FFA5;
}
.AnyTagClassName
{
color: #D2FFA5;
}
</style>
background-color css
<style>
a { background-color: #D2FFA5; }
a { background-color: rgb(210,255,165); }
div.DivClassName
{
background-color: #D2FFA5;
}
.BgClassName
{
background-color: #D2FFA5;
}
</style>
border-color css
<style>
span { border-color: #D2FFA5; }
span { border-color: rgb(210,255,165); }
td.TdClassName
{
border-color: #D2FFA5;
}
.TagClassName
{
border-color: #D2FFA5;
}
</style>