Shades of Reef #CCDD96
Tints of Reef #CCDD96
RGB
CMYK
RGB Variations
Color information
#CCDD96 (or 0xCCDD96) is known color: Reef. HEX triplet: CC, DD and 96. RGB value is (204,221,150). Sum of RGB (Red+Green+Blue) = 204+221+150=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 221 (86.72% from 255 or 38.43% from 575); Blue value is 150 (58.98% from 255 or 26.09% from 575); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDD96 is #332269. Grayscale: #D0D0D0. Windows color (decimal): -3351146 or 9887180. OLE color: 9887180.
HSL color Cylindrical-coordinate representation of color #CCDD96: hue angle of 74.37º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCDD96 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 150 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.13 |
| HSL | 74.37º | 0.51% | 0.73% | - |
| HSV(B) | 74.37º | 0.32% | 0.87% | - |
| XYZ | 56.26 | 66.75 | 38.77 | - |
| YUV | 207.82 | 95.37 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 150 | 0.08 | 0 | 0.32 | 0.13 | 74.37 | 0.51 | 0.73 |
| Hex | CC | DD | 96 | 8 | 0 | 20 | D | 4A | 33 | 49 |
| Octal | 314 | 335 | 226 | 10 | 0 | 40 | 15 | 112 | 63 | 111 |
| Binary | 11001100 | 11011101 | 10010110 | 1000 | 0 | 100000 | 1101 | 1001010 | 110011 | 1001001 |
Color Harmonies of #CCDD96
Complementary color
Monochromatic Colors of #CCDD96
Black with #CCDD96
Text Example
Text Example
White with #CCDD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD96; }
p { color: rgb(204,221,150); }
H1.HeaderClassName
{
color: #CCDD96;
}
.AnyTagClassName
{
color: #CCDD96;
}
</style>
background-color css
<style>
a { background-color: #CCDD96; }
a { background-color: rgb(204,221,150); }
div.DivClassName
{
background-color: #CCDD96;
}
.BgClassName
{
background-color: #CCDD96;
}
</style>
border-color css
<style>
span { border-color: #CCDD96; }
span { border-color: rgb(204,221,150); }
td.TdClassName
{
border-color: #CCDD96;
}
.TagClassName
{
border-color: #CCDD96;
}
</style>