Shades of Reef #C8DFAA
Tints of Reef #C8DFAA
RGB
CMYK
RGB Variations
Color information
#C8DFAA (or 0xC8DFAA) is known color: Reef. HEX triplet: C8, DF and AA. RGB value is (200,223,170). Sum of RGB (Red+Green+Blue) = 200+223+170=593 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.73% from 593); Green value is 223 (87.5% from 255 or 37.61% from 593); Blue value is 170 (66.80% from 255 or 28.67% from 593); Max value from RGB is 223 - color contains mainly: green. Hex color #C8DFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DFAA is #372055. Grayscale: #D2D2D2. Windows color (decimal): -3612758 or 11198408. OLE color: 11198408.
HSL color Cylindrical-coordinate representation of color #C8DFAA: hue angle of 86.04º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C8DFAA is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 223 | 170 | - |
| CMYK | 0.10 | 0 | 0.24 | 0.13 |
| HSL | 86.04º | 0.45% | 0.77% | - |
| HSV(B) | 86.04º | 0.24% | 0.87% | - |
| XYZ | 57.46 | 67.96 | 48.12 | - |
| YUV | 210.08 | 105.38 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 223 | 170 | 0.10 | 0 | 0.24 | 0.13 | 86.04 | 0.45 | 0.77 |
| Hex | C8 | DF | AA | A | 0 | 18 | D | 56 | 2D | 4D |
| Octal | 310 | 337 | 252 | 12 | 0 | 30 | 15 | 126 | 55 | 115 |
| Binary | 11001000 | 11011111 | 10101010 | 1010 | 0 | 11000 | 1101 | 1010110 | 101101 | 1001101 |
Color Harmonies of #C8DFAA
Complementary color
Monochromatic Colors of #C8DFAA
Black with #C8DFAA
Text Example
Text Example
White with #C8DFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DFAA; }
p { color: rgb(200,223,170); }
H1.HeaderClassName
{
color: #C8DFAA;
}
.AnyTagClassName
{
color: #C8DFAA;
}
</style>
background-color css
<style>
a { background-color: #C8DFAA; }
a { background-color: rgb(200,223,170); }
div.DivClassName
{
background-color: #C8DFAA;
}
.BgClassName
{
background-color: #C8DFAA;
}
</style>
border-color css
<style>
span { border-color: #C8DFAA; }
span { border-color: rgb(200,223,170); }
td.TdClassName
{
border-color: #C8DFAA;
}
.TagClassName
{
border-color: #C8DFAA;
}
</style>