Shades of Reef #D1FAAA
Tints of Reef #D1FAAA
RGB
CMYK
RGB Variations
Color information
#D1FAAA (or 0xD1FAAA) is known color: Reef. HEX triplet: D1, FA and AA. RGB value is (209,250,170). Sum of RGB (Red+Green+Blue) = 209+250+170=629 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.23% from 629); Green value is 250 (98.05% from 255 or 39.75% from 629); Blue value is 170 (66.80% from 255 or 27.03% from 629); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FAAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1FAAA is #2E0555. Grayscale: #E4E4E4. Windows color (decimal): -3016022 or 11205329. OLE color: 11205329.
HSL color Cylindrical-coordinate representation of color #D1FAAA: hue angle of 90.75º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D1FAAA is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 250 | 170 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.02 |
| HSL | 90.75º | 0.89% | 0.82% | - |
| HSV(B) | 90.75º | 0.32% | 0.98% | - |
| XYZ | 67.74 | 84.83 | 50.83 | - |
| YUV | 228.62 | 94.92 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 250 | 170 | 0.16 | 0 | 0.32 | 0.02 | 90.75 | 0.89 | 0.82 |
| Hex | D1 | FA | AA | 10 | 0 | 20 | 2 | 5B | 59 | 52 |
| Octal | 321 | 372 | 252 | 20 | 0 | 40 | 2 | 133 | 131 | 122 |
| Binary | 11010001 | 11111010 | 10101010 | 10000 | 0 | 100000 | 10 | 1011011 | 1011001 | 1010010 |
Color Harmonies of #D1FAAA
Complementary color
Monochromatic Colors of #D1FAAA
Black with #D1FAAA
Text Example
Text Example
White with #D1FAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FAAA; }
p { color: rgb(209,250,170); }
H1.HeaderClassName
{
color: #D1FAAA;
}
.AnyTagClassName
{
color: #D1FAAA;
}
</style>
background-color css
<style>
a { background-color: #D1FAAA; }
a { background-color: rgb(209,250,170); }
div.DivClassName
{
background-color: #D1FAAA;
}
.BgClassName
{
background-color: #D1FAAA;
}
</style>
border-color css
<style>
span { border-color: #D1FAAA; }
span { border-color: rgb(209,250,170); }
td.TdClassName
{
border-color: #D1FAAA;
}
.TagClassName
{
border-color: #D1FAAA;
}
</style>