Shades of Reef #CCDDA4
Tints of Reef #CCDDA4
RGB
CMYK
RGB Variations
Color information
#CCDDA4 (or 0xCCDDA4) is known color: Reef. HEX triplet: CC, DD and A4. RGB value is (204,221,164). Sum of RGB (Red+Green+Blue) = 204+221+164=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 164 (64.45% from 255 or 27.84% from 589); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDDA4 is #33225B. Grayscale: #D1D1D1. Windows color (decimal): -3351132 or 10804684. OLE color: 10804684.
HSL color Cylindrical-coordinate representation of color #CCDDA4: hue angle of 77.89º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCDDA4 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 164 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.13 |
| HSL | 77.89º | 0.46% | 0.75% | - |
| HSV(B) | 77.89º | 0.26% | 0.87% | - |
| XYZ | 57.46 | 67.23 | 45.07 | - |
| YUV | 209.42 | 102.37 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 164 | 0.08 | 0 | 0.26 | 0.13 | 77.89 | 0.46 | 0.75 |
| Hex | CC | DD | A4 | 8 | 0 | 1A | D | 4E | 2E | 4B |
| Octal | 314 | 335 | 244 | 10 | 0 | 32 | 15 | 116 | 56 | 113 |
| Binary | 11001100 | 11011101 | 10100100 | 1000 | 0 | 11010 | 1101 | 1001110 | 101110 | 1001011 |
Color Harmonies of #CCDDA4
Complementary color
Monochromatic Colors of #CCDDA4
Black with #CCDDA4
Text Example
Text Example
White with #CCDDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDDA4; }
p { color: rgb(204,221,164); }
H1.HeaderClassName
{
color: #CCDDA4;
}
.AnyTagClassName
{
color: #CCDDA4;
}
</style>
background-color css
<style>
a { background-color: #CCDDA4; }
a { background-color: rgb(204,221,164); }
div.DivClassName
{
background-color: #CCDDA4;
}
.BgClassName
{
background-color: #CCDDA4;
}
</style>
border-color css
<style>
span { border-color: #CCDDA4; }
span { border-color: rgb(204,221,164); }
td.TdClassName
{
border-color: #CCDDA4;
}
.TagClassName
{
border-color: #CCDDA4;
}
</style>