Shades of Reef #D3FEAC
Tints of Reef #D3FEAC
RGB
CMYK
RGB Variations
Color information
#D3FEAC (or 0xD3FEAC) is known color: Reef. HEX triplet: D3, FE and AC. RGB value is (211,254,172). Sum of RGB (Red+Green+Blue) = 211+254+172=637 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.12% from 637); Green value is 254 (99.61% from 255 or 39.87% from 637); Blue value is 172 (67.58% from 255 or 27.00% from 637); Max value from RGB is 254 - color contains mainly: green. Hex color #D3FEAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3FEAC is #2C0153. Grayscale: #E8E8E8. Windows color (decimal): -2883924 or 11337427. OLE color: 11337427.
HSL color Cylindrical-coordinate representation of color #D3FEAC: hue angle of 91.46º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D3FEAC is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 211 | 254 | 172 | - |
| CMYK | 0.17 | 0 | 0.32 | 0.00 |
| HSL | 91.46º | 0.98% | 0.84% | - |
| HSV(B) | 91.46º | 0.32% | 1% | - |
| XYZ | 69.75 | 87.71 | 52.28 | - |
| YUV | 231.8 | 94.25 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 254 | 172 | 0.17 | 0 | 0.32 | 0.00 | 91.46 | 0.98 | 0.84 |
| Hex | D3 | FE | AC | 11 | 0 | 20 | 0 | 5B | 62 | 54 |
| Octal | 323 | 376 | 254 | 21 | 0 | 40 | 0 | 133 | 142 | 124 |
| Binary | 11010011 | 11111110 | 10101100 | 10001 | 0 | 100000 | 0 | 1011011 | 1100010 | 1010100 |
Color Harmonies of #D3FEAC
Complementary color
Monochromatic Colors of #D3FEAC
Black with #D3FEAC
Text Example
Text Example
White with #D3FEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FEAC; }
p { color: rgb(211,254,172); }
H1.HeaderClassName
{
color: #D3FEAC;
}
.AnyTagClassName
{
color: #D3FEAC;
}
</style>
background-color css
<style>
a { background-color: #D3FEAC; }
a { background-color: rgb(211,254,172); }
div.DivClassName
{
background-color: #D3FEAC;
}
.BgClassName
{
background-color: #D3FEAC;
}
</style>
border-color css
<style>
span { border-color: #D3FEAC; }
span { border-color: rgb(211,254,172); }
td.TdClassName
{
border-color: #D3FEAC;
}
.TagClassName
{
border-color: #D3FEAC;
}
</style>