Shades of Reef #D1FCA6
Tints of Reef #D1FCA6
RGB
CMYK
RGB Variations
Color information
#D1FCA6 (or 0xD1FCA6) is known color: Reef. HEX triplet: D1, FC and A6. RGB value is (209,252,166). Sum of RGB (Red+Green+Blue) = 209+252+166=627 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.33% from 627); Green value is 252 (98.83% from 255 or 40.19% from 627); Blue value is 166 (65.23% from 255 or 26.48% from 627); Max value from RGB is 252 - color contains mainly: green. Hex color #D1FCA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1FCA6 is #2E0359. Grayscale: #E5E5E5. Windows color (decimal): -3015514 or 10943697. OLE color: 10943697.
HSL color Cylindrical-coordinate representation of color #D1FCA6: hue angle of 90º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D1FCA6 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 252 | 166 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.01 |
| HSL | 90º | 0.93% | 0.82% | - |
| HSV(B) | 90º | 0.34% | 0.99% | - |
| XYZ | 67.99 | 85.93 | 49.08 | - |
| YUV | 229.34 | 92.25 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 252 | 166 | 0.17 | 0 | 0.34 | 0.01 | 90 | 0.93 | 0.82 |
| Hex | D1 | FC | A6 | 11 | 0 | 22 | 1 | 5A | 5D | 52 |
| Octal | 321 | 374 | 246 | 21 | 0 | 42 | 1 | 132 | 135 | 122 |
| Binary | 11010001 | 11111100 | 10100110 | 10001 | 0 | 100010 | 1 | 1011010 | 1011101 | 1010010 |
Color Harmonies of #D1FCA6
Complementary color
Monochromatic Colors of #D1FCA6
Black with #D1FCA6
Text Example
Text Example
White with #D1FCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FCA6; }
p { color: rgb(209,252,166); }
H1.HeaderClassName
{
color: #D1FCA6;
}
.AnyTagClassName
{
color: #D1FCA6;
}
</style>
background-color css
<style>
a { background-color: #D1FCA6; }
a { background-color: rgb(209,252,166); }
div.DivClassName
{
background-color: #D1FCA6;
}
.BgClassName
{
background-color: #D1FCA6;
}
</style>
border-color css
<style>
span { border-color: #D1FCA6; }
span { border-color: rgb(209,252,166); }
td.TdClassName
{
border-color: #D1FCA6;
}
.TagClassName
{
border-color: #D1FCA6;
}
</style>