Shades of Reef #D9F3A2
Tints of Reef #D9F3A2
RGB
CMYK
RGB Variations
Color information
#D9F3A2 (or 0xD9F3A2) is known color: Reef. HEX triplet: D9, F3 and A2. RGB value is (217,243,162). Sum of RGB (Red+Green+Blue) = 217+243+162=622 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.89% from 622); Green value is 243 (95.31% from 255 or 39.07% from 622); Blue value is 162 (63.67% from 255 or 26.05% from 622); Max value from RGB is 243 - color contains mainly: green. Hex color #D9F3A2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9F3A2 is #260C5D. Grayscale: #E2E2E2. Windows color (decimal): -2493534 or 10679257. OLE color: 10679257.
HSL color Cylindrical-coordinate representation of color #D9F3A2: hue angle of 79.26º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D9F3A2 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 243 | 162 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.05 |
| HSL | 79.26º | 0.77% | 0.79% | - |
| HSV(B) | 79.26º | 0.33% | 0.95% | - |
| XYZ | 67.19 | 81.46 | 46.36 | - |
| YUV | 225.99 | 91.89 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 243 | 162 | 0.11 | 0 | 0.33 | 0.05 | 79.26 | 0.77 | 0.79 |
| Hex | D9 | F3 | A2 | B | 0 | 21 | 5 | 4F | 4D | 4F |
| Octal | 331 | 363 | 242 | 13 | 0 | 41 | 5 | 117 | 115 | 117 |
| Binary | 11011001 | 11110011 | 10100010 | 1011 | 0 | 100001 | 101 | 1001111 | 1001101 | 1001111 |
Color Harmonies of #D9F3A2
Complementary color
Monochromatic Colors of #D9F3A2
Black with #D9F3A2
Text Example
Text Example
White with #D9F3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F3A2; }
p { color: rgb(217,243,162); }
H1.HeaderClassName
{
color: #D9F3A2;
}
.AnyTagClassName
{
color: #D9F3A2;
}
</style>
background-color css
<style>
a { background-color: #D9F3A2; }
a { background-color: rgb(217,243,162); }
div.DivClassName
{
background-color: #D9F3A2;
}
.BgClassName
{
background-color: #D9F3A2;
}
</style>
border-color css
<style>
span { border-color: #D9F3A2; }
span { border-color: rgb(217,243,162); }
td.TdClassName
{
border-color: #D9F3A2;
}
.TagClassName
{
border-color: #D9F3A2;
}
</style>