Shades of Reef #C9DEAC
Tints of Reef #C9DEAC
RGB
CMYK
RGB Variations
Color information
#C9DEAC (or 0xC9DEAC) is known color: Reef. HEX triplet: C9, DE and AC. RGB value is (201,222,172). Sum of RGB (Red+Green+Blue) = 201+222+172=595 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.78% from 595); Green value is 222 (87.11% from 255 or 37.31% from 595); Blue value is 172 (67.58% from 255 or 28.91% from 595); Max value from RGB is 222 - color contains mainly: green. Hex color #C9DEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DEAC is #362153. Grayscale: #D2D2D2. Windows color (decimal): -3547476 or 11329225. OLE color: 11329225.
HSL color Cylindrical-coordinate representation of color #C9DEAC: hue angle of 85.2º degrees, saturation: 0.43, 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 #C9DEAC is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 222 | 172 | - |
| CMYK | 0.09 | 0 | 0.23 | 0.13 |
| HSL | 85.2º | 0.43% | 0.77% | - |
| HSV(B) | 85.2º | 0.23% | 0.87% | - |
| XYZ | 57.66 | 67.64 | 49.05 | - |
| YUV | 210.02 | 106.54 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 222 | 172 | 0.09 | 0 | 0.23 | 0.13 | 85.2 | 0.43 | 0.77 |
| Hex | C9 | DE | AC | 9 | 0 | 17 | D | 55 | 2B | 4D |
| Octal | 311 | 336 | 254 | 11 | 0 | 27 | 15 | 125 | 53 | 115 |
| Binary | 11001001 | 11011110 | 10101100 | 1001 | 0 | 10111 | 1101 | 1010101 | 101011 | 1001101 |
Color Harmonies of #C9DEAC
Complementary color
Monochromatic Colors of #C9DEAC
Black with #C9DEAC
Text Example
Text Example
White with #C9DEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DEAC; }
p { color: rgb(201,222,172); }
H1.HeaderClassName
{
color: #C9DEAC;
}
.AnyTagClassName
{
color: #C9DEAC;
}
</style>
background-color css
<style>
a { background-color: #C9DEAC; }
a { background-color: rgb(201,222,172); }
div.DivClassName
{
background-color: #C9DEAC;
}
.BgClassName
{
background-color: #C9DEAC;
}
</style>
border-color css
<style>
span { border-color: #C9DEAC; }
span { border-color: rgb(201,222,172); }
td.TdClassName
{
border-color: #C9DEAC;
}
.TagClassName
{
border-color: #C9DEAC;
}
</style>