Shades of Reef #D6FAA3
Tints of Reef #D6FAA3
RGB
CMYK
RGB Variations
Color information
#D6FAA3 (or 0xD6FAA3) is known color: Reef. HEX triplet: D6, FA and A3. RGB value is (214,250,163). Sum of RGB (Red+Green+Blue) = 214+250+163=627 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.13% from 627); Green value is 250 (98.05% from 255 or 39.87% from 627); Blue value is 163 (64.06% from 255 or 26.00% from 627); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FAA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FAA3 is #29055C. Grayscale: #E5E5E5. Windows color (decimal): -2688349 or 10746582. OLE color: 10746582.
HSL color Cylindrical-coordinate representation of color #D6FAA3: hue angle of 84.83º degrees, saturation: 0.9, 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 #D6FAA3 is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 250 | 163 | - |
| CMYK | 0.14 | 0 | 0.35 | 0.02 |
| HSL | 84.83º | 0.9% | 0.81% | - |
| HSV(B) | 84.83º | 0.35% | 0.98% | - |
| XYZ | 68.53 | 85.31 | 47.51 | - |
| YUV | 229.32 | 90.57 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 250 | 163 | 0.14 | 0 | 0.35 | 0.02 | 84.83 | 0.9 | 0.81 |
| Hex | D6 | FA | A3 | E | 0 | 23 | 2 | 55 | 5A | 51 |
| Octal | 326 | 372 | 243 | 16 | 0 | 43 | 2 | 125 | 132 | 121 |
| Binary | 11010110 | 11111010 | 10100011 | 1110 | 0 | 100011 | 10 | 1010101 | 1011010 | 1010001 |
Color Harmonies of #D6FAA3
Complementary color
Monochromatic Colors of #D6FAA3
Black with #D6FAA3
Text Example
Text Example
White with #D6FAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FAA3; }
p { color: rgb(214,250,163); }
H1.HeaderClassName
{
color: #D6FAA3;
}
.AnyTagClassName
{
color: #D6FAA3;
}
</style>
background-color css
<style>
a { background-color: #D6FAA3; }
a { background-color: rgb(214,250,163); }
div.DivClassName
{
background-color: #D6FAA3;
}
.BgClassName
{
background-color: #D6FAA3;
}
</style>
border-color css
<style>
span { border-color: #D6FAA3; }
span { border-color: rgb(214,250,163); }
td.TdClassName
{
border-color: #D6FAA3;
}
.TagClassName
{
border-color: #D6FAA3;
}
</style>