Shades of Reef #CCDC9F
Tints of Reef #CCDC9F
RGB
CMYK
RGB Variations
Color information
#CCDC9F (or 0xCCDC9F) is known color: Reef. HEX triplet: CC, DC and 9F. RGB value is (204,220,159). Sum of RGB (Red+Green+Blue) = 204+220+159=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 159 (62.5% from 255 or 27.27% from 583); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDC9F is #332360. Grayscale: #D0D0D0. Windows color (decimal): -3351393 or 10476748. OLE color: 10476748.
HSL color Cylindrical-coordinate representation of color #CCDC9F: hue angle of 75.74º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCDC9F is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 159 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.14 |
| HSL | 75.74º | 0.47% | 0.74% | - |
| HSV(B) | 75.74º | 0.28% | 0.86% | - |
| XYZ | 56.75 | 66.53 | 42.65 | - |
| YUV | 208.26 | 100.2 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 159 | 0.07 | 0 | 0.28 | 0.14 | 75.74 | 0.47 | 0.74 |
| Hex | CC | DC | 9F | 7 | 0 | 1C | E | 4C | 2F | 4A |
| Octal | 314 | 334 | 237 | 7 | 0 | 34 | 16 | 114 | 57 | 112 |
| Binary | 11001100 | 11011100 | 10011111 | 111 | 0 | 11100 | 1110 | 1001100 | 101111 | 1001010 |
Color Harmonies of #CCDC9F
Complementary color
Monochromatic Colors of #CCDC9F
Black with #CCDC9F
Text Example
Text Example
White with #CCDC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC9F; }
p { color: rgb(204,220,159); }
H1.HeaderClassName
{
color: #CCDC9F;
}
.AnyTagClassName
{
color: #CCDC9F;
}
</style>
background-color css
<style>
a { background-color: #CCDC9F; }
a { background-color: rgb(204,220,159); }
div.DivClassName
{
background-color: #CCDC9F;
}
.BgClassName
{
background-color: #CCDC9F;
}
</style>
border-color css
<style>
span { border-color: #CCDC9F; }
span { border-color: rgb(204,220,159); }
td.TdClassName
{
border-color: #CCDC9F;
}
.TagClassName
{
border-color: #CCDC9F;
}
</style>