Shades of Reef #D3FAA6
Tints of Reef #D3FAA6
RGB
CMYK
RGB Variations
Color information
#D3FAA6 (or 0xD3FAA6) is known color: Reef. HEX triplet: D3, FA and A6. RGB value is (211,250,166). Sum of RGB (Red+Green+Blue) = 211+250+166=627 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.65% from 627); Green value is 250 (98.05% from 255 or 39.87% from 627); Blue value is 166 (65.23% from 255 or 26.48% from 627); Max value from RGB is 250 - color contains mainly: green. Hex color #D3FAA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3FAA6 is #2C0559. Grayscale: #E5E5E5. Windows color (decimal): -2884954 or 10943187. OLE color: 10943187.
HSL color Cylindrical-coordinate representation of color #D3FAA6: hue angle of 87.86º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D3FAA6 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 250 | 166 | - |
| CMYK | 0.16 | 0 | 0.34 | 0.02 |
| HSL | 87.86º | 0.89% | 0.82% | - |
| HSV(B) | 87.86º | 0.34% | 0.98% | - |
| XYZ | 67.93 | 84.97 | 48.9 | - |
| YUV | 228.76 | 92.58 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 250 | 166 | 0.16 | 0 | 0.34 | 0.02 | 87.86 | 0.89 | 0.82 |
| Hex | D3 | FA | A6 | 10 | 0 | 22 | 2 | 58 | 59 | 52 |
| Octal | 323 | 372 | 246 | 20 | 0 | 42 | 2 | 130 | 131 | 122 |
| Binary | 11010011 | 11111010 | 10100110 | 10000 | 0 | 100010 | 10 | 1011000 | 1011001 | 1010010 |
Color Harmonies of #D3FAA6
Complementary color
Monochromatic Colors of #D3FAA6
Black with #D3FAA6
Text Example
Text Example
White with #D3FAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FAA6; }
p { color: rgb(211,250,166); }
H1.HeaderClassName
{
color: #D3FAA6;
}
.AnyTagClassName
{
color: #D3FAA6;
}
</style>
background-color css
<style>
a { background-color: #D3FAA6; }
a { background-color: rgb(211,250,166); }
div.DivClassName
{
background-color: #D3FAA6;
}
.BgClassName
{
background-color: #D3FAA6;
}
</style>
border-color css
<style>
span { border-color: #D3FAA6; }
span { border-color: rgb(211,250,166); }
td.TdClassName
{
border-color: #D3FAA6;
}
.TagClassName
{
border-color: #D3FAA6;
}
</style>