Shades of Reef #D1F8AE
Tints of Reef #D1F8AE
RGB
CMYK
RGB Variations
Color information
#D1F8AE (or 0xD1F8AE) is known color: Reef. HEX triplet: D1, F8 and AE. RGB value is (209,248,174). Sum of RGB (Red+Green+Blue) = 209+248+174=631 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.12% from 631); Green value is 248 (97.27% from 255 or 39.30% from 631); Blue value is 174 (68.36% from 255 or 27.58% from 631); Max value from RGB is 248 - color contains mainly: green. Hex color #D1F8AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1F8AE is #2E0751. Grayscale: #E4E4E4. Windows color (decimal): -3016530 or 11466961. OLE color: 11466961.
HSL color Cylindrical-coordinate representation of color #D1F8AE: hue angle of 91.62º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D1F8AE is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 248 | 174 | - |
| CMYK | 0.16 | 0 | 0.30 | 0.03 |
| HSL | 91.62º | 0.84% | 0.83% | - |
| HSV(B) | 91.62º | 0.3% | 0.97% | - |
| XYZ | 67.5 | 83.75 | 52.65 | - |
| YUV | 227.9 | 97.58 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 248 | 174 | 0.16 | 0 | 0.30 | 0.03 | 91.62 | 0.84 | 0.83 |
| Hex | D1 | F8 | AE | 10 | 0 | 1E | 3 | 5C | 54 | 53 |
| Octal | 321 | 370 | 256 | 20 | 0 | 36 | 3 | 134 | 124 | 123 |
| Binary | 11010001 | 11111000 | 10101110 | 10000 | 0 | 11110 | 11 | 1011100 | 1010100 | 1010011 |
Color Harmonies of #D1F8AE
Complementary color
Monochromatic Colors of #D1F8AE
Black with #D1F8AE
Text Example
Text Example
White with #D1F8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F8AE; }
p { color: rgb(209,248,174); }
H1.HeaderClassName
{
color: #D1F8AE;
}
.AnyTagClassName
{
color: #D1F8AE;
}
</style>
background-color css
<style>
a { background-color: #D1F8AE; }
a { background-color: rgb(209,248,174); }
div.DivClassName
{
background-color: #D1F8AE;
}
.BgClassName
{
background-color: #D1F8AE;
}
</style>
border-color css
<style>
span { border-color: #D1F8AE; }
span { border-color: rgb(209,248,174); }
td.TdClassName
{
border-color: #D1F8AE;
}
.TagClassName
{
border-color: #D1F8AE;
}
</style>