Shades of Reef #CCDF9C
Tints of Reef #CCDF9C
RGB
CMYK
RGB Variations
Color information
#CCDF9C (or 0xCCDF9C) is known color: Reef. HEX triplet: CC, DF and 9C. RGB value is (204,223,156). Sum of RGB (Red+Green+Blue) = 204+223+156=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 223 (87.5% from 255 or 38.25% from 583); Blue value is 156 (61.33% from 255 or 26.76% from 583); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDF9C is #332063. Grayscale: #D1D1D1. Windows color (decimal): -3350628 or 10280908. OLE color: 10280908.
HSL color Cylindrical-coordinate representation of color #CCDF9C: hue angle of 77.01º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCDF9C is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 156 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.13 |
| HSL | 77.01º | 0.51% | 0.74% | - |
| HSV(B) | 77.01º | 0.3% | 0.87% | - |
| XYZ | 57.29 | 68.01 | 41.56 | - |
| YUV | 209.68 | 97.71 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 156 | 0.09 | 0 | 0.30 | 0.13 | 77.01 | 0.51 | 0.74 |
| Hex | CC | DF | 9C | 9 | 0 | 1E | D | 4D | 33 | 4A |
| Octal | 314 | 337 | 234 | 11 | 0 | 36 | 15 | 115 | 63 | 112 |
| Binary | 11001100 | 11011111 | 10011100 | 1001 | 0 | 11110 | 1101 | 1001101 | 110011 | 1001010 |
Color Harmonies of #CCDF9C
Complementary color
Monochromatic Colors of #CCDF9C
Black with #CCDF9C
Text Example
Text Example
White with #CCDF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDF9C; }
p { color: rgb(204,223,156); }
H1.HeaderClassName
{
color: #CCDF9C;
}
.AnyTagClassName
{
color: #CCDF9C;
}
</style>
background-color css
<style>
a { background-color: #CCDF9C; }
a { background-color: rgb(204,223,156); }
div.DivClassName
{
background-color: #CCDF9C;
}
.BgClassName
{
background-color: #CCDF9C;
}
</style>
border-color css
<style>
span { border-color: #CCDF9C; }
span { border-color: rgb(204,223,156); }
td.TdClassName
{
border-color: #CCDF9C;
}
.TagClassName
{
border-color: #CCDF9C;
}
</style>