Shades of Reef #C7DFA1
Tints of Reef #C7DFA1
RGB
CMYK
RGB Variations
Color information
#C7DFA1 (or 0xC7DFA1) is known color: Reef. HEX triplet: C7, DF and A1. RGB value is (199,223,161). Sum of RGB (Red+Green+Blue) = 199+223+161=583 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.13% from 583); Green value is 223 (87.5% from 255 or 38.25% from 583); Blue value is 161 (63.28% from 255 or 27.62% from 583); Max value from RGB is 223 - color contains mainly: green. Hex color #C7DFA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7DFA1 is #38205E. Grayscale: #D0D0D0. Windows color (decimal): -3678303 or 10608583. OLE color: 10608583.
HSL color Cylindrical-coordinate representation of color #C7DFA1: hue angle of 83.23º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C7DFA1 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 223 | 161 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.13 |
| HSL | 83.23º | 0.49% | 0.75% | - |
| HSV(B) | 83.23º | 0.28% | 0.87% | - |
| XYZ | 56.37 | 67.49 | 43.77 | - |
| YUV | 208.76 | 101.05 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 223 | 161 | 0.11 | 0 | 0.28 | 0.13 | 83.23 | 0.49 | 0.75 |
| Hex | C7 | DF | A1 | B | 0 | 1C | D | 53 | 31 | 4B |
| Octal | 307 | 337 | 241 | 13 | 0 | 34 | 15 | 123 | 61 | 113 |
| Binary | 11000111 | 11011111 | 10100001 | 1011 | 0 | 11100 | 1101 | 1010011 | 110001 | 1001011 |
Color Harmonies of #C7DFA1
Complementary color
Monochromatic Colors of #C7DFA1
Black with #C7DFA1
Text Example
Text Example
White with #C7DFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DFA1; }
p { color: rgb(199,223,161); }
H1.HeaderClassName
{
color: #C7DFA1;
}
.AnyTagClassName
{
color: #C7DFA1;
}
</style>
background-color css
<style>
a { background-color: #C7DFA1; }
a { background-color: rgb(199,223,161); }
div.DivClassName
{
background-color: #C7DFA1;
}
.BgClassName
{
background-color: #C7DFA1;
}
</style>
border-color css
<style>
span { border-color: #C7DFA1; }
span { border-color: rgb(199,223,161); }
td.TdClassName
{
border-color: #C7DFA1;
}
.TagClassName
{
border-color: #C7DFA1;
}
</style>