Shades of Reef #D8FAA3
Tints of Reef #D8FAA3
RGB
CMYK
RGB Variations
Color information
#D8FAA3 (or 0xD8FAA3) is known color: Reef. HEX triplet: D8, FA and A3. RGB value is (216,250,163). Sum of RGB (Red+Green+Blue) = 216+250+163=629 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.34% from 629); Green value is 250 (98.05% from 255 or 39.75% from 629); Blue value is 163 (64.06% from 255 or 25.91% from 629); Max value from RGB is 250 - color contains mainly: green. Hex color #D8FAA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8FAA3 is #27055C. Grayscale: #E6E6E6. Windows color (decimal): -2557277 or 10746584. OLE color: 10746584.
HSL color Cylindrical-coordinate representation of color #D8FAA3: hue angle of 83.45º 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 #D8FAA3 is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 250 | 163 | - |
| CMYK | 0.14 | 0 | 0.35 | 0.02 |
| HSL | 83.45º | 0.9% | 0.81% | - |
| HSV(B) | 83.45º | 0.35% | 0.98% | - |
| XYZ | 69.12 | 85.61 | 47.53 | - |
| YUV | 229.92 | 90.24 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 250 | 163 | 0.14 | 0 | 0.35 | 0.02 | 83.45 | 0.9 | 0.81 |
| Hex | D8 | FA | A3 | E | 0 | 23 | 2 | 53 | 5A | 51 |
| Octal | 330 | 372 | 243 | 16 | 0 | 43 | 2 | 123 | 132 | 121 |
| Binary | 11011000 | 11111010 | 10100011 | 1110 | 0 | 100011 | 10 | 1010011 | 1011010 | 1010001 |
Color Harmonies of #D8FAA3
Complementary color
Monochromatic Colors of #D8FAA3
Black with #D8FAA3
Text Example
Text Example
White with #D8FAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FAA3; }
p { color: rgb(216,250,163); }
H1.HeaderClassName
{
color: #D8FAA3;
}
.AnyTagClassName
{
color: #D8FAA3;
}
</style>
background-color css
<style>
a { background-color: #D8FAA3; }
a { background-color: rgb(216,250,163); }
div.DivClassName
{
background-color: #D8FAA3;
}
.BgClassName
{
background-color: #D8FAA3;
}
</style>
border-color css
<style>
span { border-color: #D8FAA3; }
span { border-color: rgb(216,250,163); }
td.TdClassName
{
border-color: #D8FAA3;
}
.TagClassName
{
border-color: #D8FAA3;
}
</style>