Shades of Reef #C9DFAB
Tints of Reef #C9DFAB
RGB
CMYK
RGB Variations
Color information
#C9DFAB (or 0xC9DFAB) is known color: Reef. HEX triplet: C9, DF and AB. RGB value is (201,223,171). Sum of RGB (Red+Green+Blue) = 201+223+171=595 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.78% from 595); Green value is 223 (87.5% from 255 or 37.48% from 595); Blue value is 171 (67.19% from 255 or 28.74% from 595); Max value from RGB is 223 - color contains mainly: green. Hex color #C9DFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DFAB is #362054. Grayscale: #D2D2D2. Windows color (decimal): -3547221 or 11263945. OLE color: 11263945.
HSL color Cylindrical-coordinate representation of color #C9DFAB: hue angle of 85.38º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C9DFAB is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 223 | 171 | - |
| CMYK | 0.10 | 0 | 0.23 | 0.13 |
| HSL | 85.38º | 0.45% | 0.77% | - |
| HSV(B) | 85.38º | 0.23% | 0.87% | - |
| XYZ | 57.83 | 68.13 | 48.63 | - |
| YUV | 210.49 | 105.71 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 223 | 171 | 0.10 | 0 | 0.23 | 0.13 | 85.38 | 0.45 | 0.77 |
| Hex | C9 | DF | AB | A | 0 | 17 | D | 55 | 2D | 4D |
| Octal | 311 | 337 | 253 | 12 | 0 | 27 | 15 | 125 | 55 | 115 |
| Binary | 11001001 | 11011111 | 10101011 | 1010 | 0 | 10111 | 1101 | 1010101 | 101101 | 1001101 |
Color Harmonies of #C9DFAB
Complementary color
Monochromatic Colors of #C9DFAB
Black with #C9DFAB
Text Example
Text Example
White with #C9DFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DFAB; }
p { color: rgb(201,223,171); }
H1.HeaderClassName
{
color: #C9DFAB;
}
.AnyTagClassName
{
color: #C9DFAB;
}
</style>
background-color css
<style>
a { background-color: #C9DFAB; }
a { background-color: rgb(201,223,171); }
div.DivClassName
{
background-color: #C9DFAB;
}
.BgClassName
{
background-color: #C9DFAB;
}
</style>
border-color css
<style>
span { border-color: #C9DFAB; }
span { border-color: rgb(201,223,171); }
td.TdClassName
{
border-color: #C9DFAB;
}
.TagClassName
{
border-color: #C9DFAB;
}
</style>