Shades of Reef #D2FDA4
Tints of Reef #D2FDA4
RGB
CMYK
RGB Variations
Color information
#D2FDA4 (or 0xD2FDA4) is known color: Reef. HEX triplet: D2, FD and A4. RGB value is (210,253,164). Sum of RGB (Red+Green+Blue) = 210+253+164=627 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.49% from 627); Green value is 253 (99.22% from 255 or 40.35% from 627); Blue value is 164 (64.45% from 255 or 26.16% from 627); Max value from RGB is 253 - color contains mainly: green. Hex color #D2FDA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FDA4 is #2D025B. Grayscale: #E6E6E6. Windows color (decimal): -2949724 or 10812882. OLE color: 10812882.
HSL color Cylindrical-coordinate representation of color #D2FDA4: hue angle of 88.99º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D2FDA4 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 253 | 164 | - |
| CMYK | 0.17 | 0 | 0.35 | 0.01 |
| HSL | 88.99º | 0.96% | 0.82% | - |
| HSV(B) | 88.99º | 0.35% | 0.99% | - |
| XYZ | 68.4 | 86.63 | 48.24 | - |
| YUV | 230 | 90.75 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 253 | 164 | 0.17 | 0 | 0.35 | 0.01 | 88.99 | 0.96 | 0.82 |
| Hex | D2 | FD | A4 | 11 | 0 | 23 | 1 | 59 | 60 | 52 |
| Octal | 322 | 375 | 244 | 21 | 0 | 43 | 1 | 131 | 140 | 122 |
| Binary | 11010010 | 11111101 | 10100100 | 10001 | 0 | 100011 | 1 | 1011001 | 1100000 | 1010010 |
Color Harmonies of #D2FDA4
Complementary color
Monochromatic Colors of #D2FDA4
Black with #D2FDA4
Text Example
Text Example
White with #D2FDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FDA4; }
p { color: rgb(210,253,164); }
H1.HeaderClassName
{
color: #D2FDA4;
}
.AnyTagClassName
{
color: #D2FDA4;
}
</style>
background-color css
<style>
a { background-color: #D2FDA4; }
a { background-color: rgb(210,253,164); }
div.DivClassName
{
background-color: #D2FDA4;
}
.BgClassName
{
background-color: #D2FDA4;
}
</style>
border-color css
<style>
span { border-color: #D2FDA4; }
span { border-color: rgb(210,253,164); }
td.TdClassName
{
border-color: #D2FDA4;
}
.TagClassName
{
border-color: #D2FDA4;
}
</style>