Shades of Reef #CCDCAC
Tints of Reef #CCDCAC
RGB
CMYK
RGB Variations
Color information
#CCDCAC (or 0xCCDCAC) is known color: Reef. HEX triplet: CC, DC and AC. RGB value is (204,220,172). Sum of RGB (Red+Green+Blue) = 204+220+172=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 172 (67.58% from 255 or 28.86% from 596); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDCAC is #332353. Grayscale: #D1D1D1. Windows color (decimal): -3351380 or 11328716. OLE color: 11328716.
HSL color Cylindrical-coordinate representation of color #CCDCAC: hue angle of 80º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCDCAC is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 172 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.14 |
| HSL | 80º | 0.41% | 0.77% | - |
| HSV(B) | 80º | 0.22% | 0.86% | - |
| XYZ | 57.94 | 67 | 48.91 | - |
| YUV | 209.74 | 106.7 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 172 | 0.07 | 0 | 0.22 | 0.14 | 80 | 0.41 | 0.77 |
| Hex | CC | DC | AC | 7 | 0 | 16 | E | 50 | 29 | 4D |
| Octal | 314 | 334 | 254 | 7 | 0 | 26 | 16 | 120 | 51 | 115 |
| Binary | 11001100 | 11011100 | 10101100 | 111 | 0 | 10110 | 1110 | 1010000 | 101001 | 1001101 |
Color Harmonies of #CCDCAC
Complementary color
Monochromatic Colors of #CCDCAC
Black with #CCDCAC
Text Example
Text Example
White with #CCDCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDCAC; }
p { color: rgb(204,220,172); }
H1.HeaderClassName
{
color: #CCDCAC;
}
.AnyTagClassName
{
color: #CCDCAC;
}
</style>
background-color css
<style>
a { background-color: #CCDCAC; }
a { background-color: rgb(204,220,172); }
div.DivClassName
{
background-color: #CCDCAC;
}
.BgClassName
{
background-color: #CCDCAC;
}
</style>
border-color css
<style>
span { border-color: #CCDCAC; }
span { border-color: rgb(204,220,172); }
td.TdClassName
{
border-color: #CCDCAC;
}
.TagClassName
{
border-color: #CCDCAC;
}
</style>