Shades of Reef #CCDD9F
Tints of Reef #CCDD9F
RGB
CMYK
RGB Variations
Color information
#CCDD9F (or 0xCCDD9F) is known color: Reef. HEX triplet: CC, DD and 9F. RGB value is (204,221,159). Sum of RGB (Red+Green+Blue) = 204+221+159=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 159 (62.5% from 255 or 27.23% from 584); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDD9F is #332260. Grayscale: #D1D1D1. Windows color (decimal): -3351137 or 10477004. OLE color: 10477004.
HSL color Cylindrical-coordinate representation of color #CCDD9F: hue angle of 76.45º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCDD9F is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 159 | - |
| CMYK | 0.08 | 0 | 0.28 | 0.13 |
| HSL | 76.45º | 0.48% | 0.75% | - |
| HSV(B) | 76.45º | 0.28% | 0.87% | - |
| XYZ | 57.02 | 67.05 | 42.74 | - |
| YUV | 208.85 | 99.87 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 159 | 0.08 | 0 | 0.28 | 0.13 | 76.45 | 0.48 | 0.75 |
| Hex | CC | DD | 9F | 8 | 0 | 1C | D | 4C | 30 | 4B |
| Octal | 314 | 335 | 237 | 10 | 0 | 34 | 15 | 114 | 60 | 113 |
| Binary | 11001100 | 11011101 | 10011111 | 1000 | 0 | 11100 | 1101 | 1001100 | 110000 | 1001011 |
Color Harmonies of #CCDD9F
Complementary color
Monochromatic Colors of #CCDD9F
Black with #CCDD9F
Text Example
Text Example
White with #CCDD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD9F; }
p { color: rgb(204,221,159); }
H1.HeaderClassName
{
color: #CCDD9F;
}
.AnyTagClassName
{
color: #CCDD9F;
}
</style>
background-color css
<style>
a { background-color: #CCDD9F; }
a { background-color: rgb(204,221,159); }
div.DivClassName
{
background-color: #CCDD9F;
}
.BgClassName
{
background-color: #CCDD9F;
}
</style>
border-color css
<style>
span { border-color: #CCDD9F; }
span { border-color: rgb(204,221,159); }
td.TdClassName
{
border-color: #CCDD9F;
}
.TagClassName
{
border-color: #CCDD9F;
}
</style>