Shades of Reef #D1FAA5
Tints of Reef #D1FAA5
RGB
CMYK
RGB Variations
Color information
#D1FAA5 (or 0xD1FAA5) is known color: Reef. HEX triplet: D1, FA and A5. RGB value is (209,250,165). Sum of RGB (Red+Green+Blue) = 209+250+165=624 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.49% from 624); Green value is 250 (98.05% from 255 or 40.06% from 624); Blue value is 165 (64.84% from 255 or 26.44% from 624); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FAA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1FAA5 is #2E055A. Grayscale: #E4E4E4. Windows color (decimal): -3016027 or 10877649. OLE color: 10877649.
HSL color Cylindrical-coordinate representation of color #D1FAA5: hue angle of 88.94º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D1FAA5 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 250 | 165 | - |
| CMYK | 0.16 | 0 | 0.34 | 0.02 |
| HSL | 88.94º | 0.89% | 0.81% | - |
| HSV(B) | 88.94º | 0.34% | 0.98% | - |
| XYZ | 67.27 | 84.64 | 48.39 | - |
| YUV | 228.05 | 92.42 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 250 | 165 | 0.16 | 0 | 0.34 | 0.02 | 88.94 | 0.89 | 0.81 |
| Hex | D1 | FA | A5 | 10 | 0 | 22 | 2 | 59 | 59 | 51 |
| Octal | 321 | 372 | 245 | 20 | 0 | 42 | 2 | 131 | 131 | 121 |
| Binary | 11010001 | 11111010 | 10100101 | 10000 | 0 | 100010 | 10 | 1011001 | 1011001 | 1010001 |
Color Harmonies of #D1FAA5
Complementary color
Monochromatic Colors of #D1FAA5
Black with #D1FAA5
Text Example
Text Example
White with #D1FAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FAA5; }
p { color: rgb(209,250,165); }
H1.HeaderClassName
{
color: #D1FAA5;
}
.AnyTagClassName
{
color: #D1FAA5;
}
</style>
background-color css
<style>
a { background-color: #D1FAA5; }
a { background-color: rgb(209,250,165); }
div.DivClassName
{
background-color: #D1FAA5;
}
.BgClassName
{
background-color: #D1FAA5;
}
</style>
border-color css
<style>
span { border-color: #D1FAA5; }
span { border-color: rgb(209,250,165); }
td.TdClassName
{
border-color: #D1FAA5;
}
.TagClassName
{
border-color: #D1FAA5;
}
</style>