Shades of Reef #C8DDA3
Tints of Reef #C8DDA3
RGB
CMYK
RGB Variations
Color information
#C8DDA3 (or 0xC8DDA3) is known color: Reef. HEX triplet: C8, DD and A3. RGB value is (200,221,163). Sum of RGB (Red+Green+Blue) = 200+221+163=584 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.25% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 163 (64.06% from 255 or 27.91% from 584); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DDA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DDA3 is #37225C. Grayscale: #D0D0D0. Windows color (decimal): -3613277 or 10739144. OLE color: 10739144.
HSL color Cylindrical-coordinate representation of color #C8DDA3: hue angle of 81.72º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C8DDA3 is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 221 | 163 | - |
| CMYK | 0.10 | 0 | 0.26 | 0.13 |
| HSL | 81.72º | 0.46% | 0.75% | - |
| HSV(B) | 81.72º | 0.26% | 0.87% | - |
| XYZ | 56.29 | 66.64 | 44.55 | - |
| YUV | 208.11 | 102.54 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 221 | 163 | 0.10 | 0 | 0.26 | 0.13 | 81.72 | 0.46 | 0.75 |
| Hex | C8 | DD | A3 | A | 0 | 1A | D | 52 | 2E | 4B |
| Octal | 310 | 335 | 243 | 12 | 0 | 32 | 15 | 122 | 56 | 113 |
| Binary | 11001000 | 11011101 | 10100011 | 1010 | 0 | 11010 | 1101 | 1010010 | 101110 | 1001011 |
Color Harmonies of #C8DDA3
Complementary color
Monochromatic Colors of #C8DDA3
Black with #C8DDA3
Text Example
Text Example
White with #C8DDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DDA3; }
p { color: rgb(200,221,163); }
H1.HeaderClassName
{
color: #C8DDA3;
}
.AnyTagClassName
{
color: #C8DDA3;
}
</style>
background-color css
<style>
a { background-color: #C8DDA3; }
a { background-color: rgb(200,221,163); }
div.DivClassName
{
background-color: #C8DDA3;
}
.BgClassName
{
background-color: #C8DDA3;
}
</style>
border-color css
<style>
span { border-color: #C8DDA3; }
span { border-color: rgb(200,221,163); }
td.TdClassName
{
border-color: #C8DDA3;
}
.TagClassName
{
border-color: #C8DDA3;
}
</style>