Shades of Reef #CCDDA7
Tints of Reef #CCDDA7
RGB
CMYK
RGB Variations
Color information
#CCDDA7 (or 0xCCDDA7) is known color: Reef. HEX triplet: CC, DD and A7. RGB value is (204,221,167). Sum of RGB (Red+Green+Blue) = 204+221+167=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 221 (86.72% from 255 or 37.33% from 592); Blue value is 167 (65.62% from 255 or 28.21% from 592); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDDA7 is #332258. Grayscale: #D1D1D1. Windows color (decimal): -3351129 or 11001292. OLE color: 11001292.
HSL color Cylindrical-coordinate representation of color #CCDDA7: hue angle of 78.89º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCDDA7 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 167 | - |
| CMYK | 0.08 | 0 | 0.24 | 0.13 |
| HSL | 78.89º | 0.44% | 0.76% | - |
| HSV(B) | 78.89º | 0.24% | 0.87% | - |
| XYZ | 57.73 | 67.34 | 46.51 | - |
| YUV | 209.76 | 103.87 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 167 | 0.08 | 0 | 0.24 | 0.13 | 78.89 | 0.44 | 0.76 |
| Hex | CC | DD | A7 | 8 | 0 | 18 | D | 4F | 2C | 4C |
| Octal | 314 | 335 | 247 | 10 | 0 | 30 | 15 | 117 | 54 | 114 |
| Binary | 11001100 | 11011101 | 10100111 | 1000 | 0 | 11000 | 1101 | 1001111 | 101100 | 1001100 |
Color Harmonies of #CCDDA7
Complementary color
Monochromatic Colors of #CCDDA7
Black with #CCDDA7
Text Example
Text Example
White with #CCDDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDDA7; }
p { color: rgb(204,221,167); }
H1.HeaderClassName
{
color: #CCDDA7;
}
.AnyTagClassName
{
color: #CCDDA7;
}
</style>
background-color css
<style>
a { background-color: #CCDDA7; }
a { background-color: rgb(204,221,167); }
div.DivClassName
{
background-color: #CCDDA7;
}
.BgClassName
{
background-color: #CCDDA7;
}
</style>
border-color css
<style>
span { border-color: #CCDDA7; }
span { border-color: rgb(204,221,167); }
td.TdClassName
{
border-color: #CCDDA7;
}
.TagClassName
{
border-color: #CCDDA7;
}
</style>