Shades of Reef #CCDC9C
Tints of Reef #CCDC9C
RGB
CMYK
RGB Variations
Color information
#CCDC9C (or 0xCCDC9C) is known color: Reef. HEX triplet: CC, DC and 9C. RGB value is (204,220,156). Sum of RGB (Red+Green+Blue) = 204+220+156=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 156 (61.33% from 255 or 26.90% from 580); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDC9C is #332363. Grayscale: #D0D0D0. Windows color (decimal): -3351396 or 10280140. OLE color: 10280140.
HSL color Cylindrical-coordinate representation of color #CCDC9C: hue angle of 75º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCDC9C is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 156 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.14 |
| HSL | 75º | 0.48% | 0.74% | - |
| HSV(B) | 75º | 0.29% | 0.86% | - |
| XYZ | 56.5 | 66.42 | 41.3 | - |
| YUV | 207.92 | 98.7 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 156 | 0.07 | 0 | 0.29 | 0.14 | 75 | 0.48 | 0.74 |
| Hex | CC | DC | 9C | 7 | 0 | 1D | E | 4B | 30 | 4A |
| Octal | 314 | 334 | 234 | 7 | 0 | 35 | 16 | 113 | 60 | 112 |
| Binary | 11001100 | 11011100 | 10011100 | 111 | 0 | 11101 | 1110 | 1001011 | 110000 | 1001010 |
Color Harmonies of #CCDC9C
Complementary color
Monochromatic Colors of #CCDC9C
Black with #CCDC9C
Text Example
Text Example
White with #CCDC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC9C; }
p { color: rgb(204,220,156); }
H1.HeaderClassName
{
color: #CCDC9C;
}
.AnyTagClassName
{
color: #CCDC9C;
}
</style>
background-color css
<style>
a { background-color: #CCDC9C; }
a { background-color: rgb(204,220,156); }
div.DivClassName
{
background-color: #CCDC9C;
}
.BgClassName
{
background-color: #CCDC9C;
}
</style>
border-color css
<style>
span { border-color: #CCDC9C; }
span { border-color: rgb(204,220,156); }
td.TdClassName
{
border-color: #CCDC9C;
}
.TagClassName
{
border-color: #CCDC9C;
}
</style>