Shades of Reef #D2FCAA
Tints of Reef #D2FCAA
RGB
CMYK
RGB Variations
Color information
#D2FCAA (or 0xD2FCAA) is known color: Reef. HEX triplet: D2, FC and AA. RGB value is (210,252,170). Sum of RGB (Red+Green+Blue) = 210+252+170=632 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.23% from 632); Green value is 252 (98.83% from 255 or 39.87% from 632); Blue value is 170 (66.80% from 255 or 26.90% from 632); Max value from RGB is 252 - color contains mainly: green. Hex color #D2FCAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FCAA is #2D0355. Grayscale: #E6E6E6. Windows color (decimal): -2949974 or 11205842. OLE color: 11205842.
HSL color Cylindrical-coordinate representation of color #D2FCAA: hue angle of 90.73º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D2FCAA is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 252 | 170 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.01 |
| HSL | 90.73º | 0.93% | 0.83% | - |
| HSV(B) | 90.73º | 0.33% | 0.99% | - |
| XYZ | 68.64 | 86.22 | 51.06 | - |
| YUV | 230.09 | 94.09 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 252 | 170 | 0.17 | 0 | 0.33 | 0.01 | 90.73 | 0.93 | 0.83 |
| Hex | D2 | FC | AA | 11 | 0 | 21 | 1 | 5B | 5D | 53 |
| Octal | 322 | 374 | 252 | 21 | 0 | 41 | 1 | 133 | 135 | 123 |
| Binary | 11010010 | 11111100 | 10101010 | 10001 | 0 | 100001 | 1 | 1011011 | 1011101 | 1010011 |
Color Harmonies of #D2FCAA
Complementary color
Monochromatic Colors of #D2FCAA
Black with #D2FCAA
Text Example
Text Example
White with #D2FCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FCAA; }
p { color: rgb(210,252,170); }
H1.HeaderClassName
{
color: #D2FCAA;
}
.AnyTagClassName
{
color: #D2FCAA;
}
</style>
background-color css
<style>
a { background-color: #D2FCAA; }
a { background-color: rgb(210,252,170); }
div.DivClassName
{
background-color: #D2FCAA;
}
.BgClassName
{
background-color: #D2FCAA;
}
</style>
border-color css
<style>
span { border-color: #D2FCAA; }
span { border-color: rgb(210,252,170); }
td.TdClassName
{
border-color: #D2FCAA;
}
.TagClassName
{
border-color: #D2FCAA;
}
</style>