Shades of Reef #D9F5AD
Tints of Reef #D9F5AD
RGB
CMYK
RGB Variations
Color information
#D9F5AD (or 0xD9F5AD) is known color: Reef. HEX triplet: D9, F5 and AD. RGB value is (217,245,173). Sum of RGB (Red+Green+Blue) = 217+245+173=635 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.17% from 635); Green value is 245 (96.09% from 255 or 38.58% from 635); Blue value is 173 (67.97% from 255 or 27.24% from 635); Max value from RGB is 245 - color contains mainly: green. Hex color #D9F5AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9F5AD is #260A52. Grayscale: #E4E4E4. Windows color (decimal): -2493011 or 11400665. OLE color: 11400665.
HSL color Cylindrical-coordinate representation of color #D9F5AD: hue angle of 83.33º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D9F5AD is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 245 | 173 | - |
| CMYK | 0.11 | 0 | 0.29 | 0.04 |
| HSL | 83.33º | 0.78% | 0.82% | - |
| HSV(B) | 83.33º | 0.29% | 0.96% | - |
| XYZ | 68.81 | 83.07 | 51.94 | - |
| YUV | 228.42 | 96.72 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 245 | 173 | 0.11 | 0 | 0.29 | 0.04 | 83.33 | 0.78 | 0.82 |
| Hex | D9 | F5 | AD | B | 0 | 1D | 4 | 53 | 4E | 52 |
| Octal | 331 | 365 | 255 | 13 | 0 | 35 | 4 | 123 | 116 | 122 |
| Binary | 11011001 | 11110101 | 10101101 | 1011 | 0 | 11101 | 100 | 1010011 | 1001110 | 1010010 |
Color Harmonies of #D9F5AD
Complementary color
Monochromatic Colors of #D9F5AD
Black with #D9F5AD
Text Example
Text Example
White with #D9F5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F5AD; }
p { color: rgb(217,245,173); }
H1.HeaderClassName
{
color: #D9F5AD;
}
.AnyTagClassName
{
color: #D9F5AD;
}
</style>
background-color css
<style>
a { background-color: #D9F5AD; }
a { background-color: rgb(217,245,173); }
div.DivClassName
{
background-color: #D9F5AD;
}
.BgClassName
{
background-color: #D9F5AD;
}
</style>
border-color css
<style>
span { border-color: #D9F5AD; }
span { border-color: rgb(217,245,173); }
td.TdClassName
{
border-color: #D9F5AD;
}
.TagClassName
{
border-color: #D9F5AD;
}
</style>