Shades of Reef #CCDA9A
Tints of Reef #CCDA9A
RGB
CMYK
RGB Variations
Color information
#CCDA9A (or 0xCCDA9A) is known color: Reef. HEX triplet: CC, DA and 9A. RGB value is (204,218,154). Sum of RGB (Red+Green+Blue) = 204+218+154=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 218 (85.55% from 255 or 37.85% from 576); Blue value is 154 (60.55% from 255 or 26.74% from 576); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDA9A is #332565. Grayscale: #CECECE. Windows color (decimal): -3351910 or 10148556. OLE color: 10148556.
HSL color Cylindrical-coordinate representation of color #CCDA9A: hue angle of 73.12º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCDA9A is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 218 | 154 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.15 |
| HSL | 73.13º | 0.46% | 0.73% | - |
| HSV(B) | 73.13º | 0.29% | 0.85% | - |
| XYZ | 55.81 | 65.31 | 40.24 | - |
| YUV | 206.52 | 98.36 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 218 | 154 | 0.06 | 0 | 0.29 | 0.15 | 73.13 | 0.46 | 0.73 |
| Hex | CC | DA | 9A | 6 | 0 | 1D | F | 49 | 2E | 49 |
| Octal | 314 | 332 | 232 | 6 | 0 | 35 | 17 | 111 | 56 | 111 |
| Binary | 11001100 | 11011010 | 10011010 | 110 | 0 | 11101 | 1111 | 1001001 | 101110 | 1001001 |
Color Harmonies of #CCDA9A
Complementary color
Monochromatic Colors of #CCDA9A
Black with #CCDA9A
Text Example
Text Example
White with #CCDA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDA9A; }
p { color: rgb(204,218,154); }
H1.HeaderClassName
{
color: #CCDA9A;
}
.AnyTagClassName
{
color: #CCDA9A;
}
</style>
background-color css
<style>
a { background-color: #CCDA9A; }
a { background-color: rgb(204,218,154); }
div.DivClassName
{
background-color: #CCDA9A;
}
.BgClassName
{
background-color: #CCDA9A;
}
</style>
border-color css
<style>
span { border-color: #CCDA9A; }
span { border-color: rgb(204,218,154); }
td.TdClassName
{
border-color: #CCDA9A;
}
.TagClassName
{
border-color: #CCDA9A;
}
</style>