Shades of Reef #CCDA9C
Tints of Reef #CCDA9C
RGB
CMYK
RGB Variations
Color information
#CCDA9C (or 0xCCDA9C) is known color: Reef. HEX triplet: CC, DA and 9C. RGB value is (204,218,156). Sum of RGB (Red+Green+Blue) = 204+218+156=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 218 (85.55% from 255 or 37.72% from 578); Blue value is 156 (61.33% from 255 or 26.99% from 578); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDA9C is #332563. Grayscale: #CECECE. Windows color (decimal): -3351908 or 10279628. OLE color: 10279628.
HSL color Cylindrical-coordinate representation of color #CCDA9C: hue angle of 73.55º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCDA9C is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 218 | 156 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.15 |
| HSL | 73.55º | 0.46% | 0.73% | - |
| HSV(B) | 73.55º | 0.28% | 0.85% | - |
| XYZ | 55.97 | 65.38 | 41.12 | - |
| YUV | 206.75 | 99.36 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 218 | 156 | 0.06 | 0 | 0.28 | 0.15 | 73.55 | 0.46 | 0.73 |
| Hex | CC | DA | 9C | 6 | 0 | 1C | F | 4A | 2E | 49 |
| Octal | 314 | 332 | 234 | 6 | 0 | 34 | 17 | 112 | 56 | 111 |
| Binary | 11001100 | 11011010 | 10011100 | 110 | 0 | 11100 | 1111 | 1001010 | 101110 | 1001001 |
Color Harmonies of #CCDA9C
Complementary color
Monochromatic Colors of #CCDA9C
Black with #CCDA9C
Text Example
Text Example
White with #CCDA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDA9C; }
p { color: rgb(204,218,156); }
H1.HeaderClassName
{
color: #CCDA9C;
}
.AnyTagClassName
{
color: #CCDA9C;
}
</style>
background-color css
<style>
a { background-color: #CCDA9C; }
a { background-color: rgb(204,218,156); }
div.DivClassName
{
background-color: #CCDA9C;
}
.BgClassName
{
background-color: #CCDA9C;
}
</style>
border-color css
<style>
span { border-color: #CCDA9C; }
span { border-color: rgb(204,218,156); }
td.TdClassName
{
border-color: #CCDA9C;
}
.TagClassName
{
border-color: #CCDA9C;
}
</style>