Shades of Reef #D3F1AC
Tints of Reef #D3F1AC
RGB
CMYK
RGB Variations
Color information
#D3F1AC (or 0xD3F1AC) is known color: Reef. HEX triplet: D3, F1 and AC. RGB value is (211,241,172). Sum of RGB (Red+Green+Blue) = 211+241+172=624 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.81% from 624); Green value is 241 (94.53% from 255 or 38.62% from 624); Blue value is 172 (67.58% from 255 or 27.56% from 624); Max value from RGB is 241 - color contains mainly: green. Hex color #D3F1AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3F1AC is #2C0E53. Grayscale: #E0E0E0. Windows color (decimal): -2887252 or 11334099. OLE color: 11334099.
HSL color Cylindrical-coordinate representation of color #D3F1AC: hue angle of 86.09º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D3F1AC is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 241 | 172 | - |
| CMYK | 0.12 | 0 | 0.29 | 0.05 |
| HSL | 86.09º | 0.71% | 0.81% | - |
| HSV(B) | 86.09º | 0.29% | 0.95% | - |
| XYZ | 65.77 | 79.74 | 50.95 | - |
| YUV | 224.16 | 98.56 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 241 | 172 | 0.12 | 0 | 0.29 | 0.05 | 86.09 | 0.71 | 0.81 |
| Hex | D3 | F1 | AC | C | 0 | 1D | 5 | 56 | 47 | 51 |
| Octal | 323 | 361 | 254 | 14 | 0 | 35 | 5 | 126 | 107 | 121 |
| Binary | 11010011 | 11110001 | 10101100 | 1100 | 0 | 11101 | 101 | 1010110 | 1000111 | 1010001 |
Color Harmonies of #D3F1AC
Complementary color
Monochromatic Colors of #D3F1AC
Black with #D3F1AC
Text Example
Text Example
White with #D3F1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F1AC; }
p { color: rgb(211,241,172); }
H1.HeaderClassName
{
color: #D3F1AC;
}
.AnyTagClassName
{
color: #D3F1AC;
}
</style>
background-color css
<style>
a { background-color: #D3F1AC; }
a { background-color: rgb(211,241,172); }
div.DivClassName
{
background-color: #D3F1AC;
}
.BgClassName
{
background-color: #D3F1AC;
}
</style>
border-color css
<style>
span { border-color: #D3F1AC; }
span { border-color: rgb(211,241,172); }
td.TdClassName
{
border-color: #D3F1AC;
}
.TagClassName
{
border-color: #D3F1AC;
}
</style>