Shades of Reef #D2FBA3
Tints of Reef #D2FBA3
RGB
CMYK
RGB Variations
Color information
#D2FBA3 (or 0xD2FBA3) is known color: Reef. HEX triplet: D2, FB and A3. RGB value is (210,251,163). Sum of RGB (Red+Green+Blue) = 210+251+163=624 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.65% from 624); Green value is 251 (98.44% from 255 or 40.22% from 624); Blue value is 163 (64.06% from 255 or 26.12% from 624); Max value from RGB is 251 - color contains mainly: green. Hex color #D2FBA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FBA3 is #2D045C. Grayscale: #E5E5E5. Windows color (decimal): -2950237 or 10746834. OLE color: 10746834.
HSL color Cylindrical-coordinate representation of color #D2FBA3: hue angle of 87.95º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D2FBA3 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 251 | 163 | - |
| CMYK | 0.16 | 0 | 0.35 | 0.02 |
| HSL | 87.95º | 0.92% | 0.81% | - |
| HSV(B) | 87.95º | 0.35% | 0.98% | - |
| XYZ | 67.69 | 85.34 | 47.56 | - |
| YUV | 228.71 | 90.92 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 251 | 163 | 0.16 | 0 | 0.35 | 0.02 | 87.95 | 0.92 | 0.81 |
| Hex | D2 | FB | A3 | 10 | 0 | 23 | 2 | 58 | 5C | 51 |
| Octal | 322 | 373 | 243 | 20 | 0 | 43 | 2 | 130 | 134 | 121 |
| Binary | 11010010 | 11111011 | 10100011 | 10000 | 0 | 100011 | 10 | 1011000 | 1011100 | 1010001 |
Color Harmonies of #D2FBA3
Complementary color
Monochromatic Colors of #D2FBA3
Black with #D2FBA3
Text Example
Text Example
White with #D2FBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FBA3; }
p { color: rgb(210,251,163); }
H1.HeaderClassName
{
color: #D2FBA3;
}
.AnyTagClassName
{
color: #D2FBA3;
}
</style>
background-color css
<style>
a { background-color: #D2FBA3; }
a { background-color: rgb(210,251,163); }
div.DivClassName
{
background-color: #D2FBA3;
}
.BgClassName
{
background-color: #D2FBA3;
}
</style>
border-color css
<style>
span { border-color: #D2FBA3; }
span { border-color: rgb(210,251,163); }
td.TdClassName
{
border-color: #D2FBA3;
}
.TagClassName
{
border-color: #D2FBA3;
}
</style>