Shades of Reef #CCDD94
Tints of Reef #CCDD94
RGB
CMYK
RGB Variations
Color information
#CCDD94 (or 0xCCDD94) is known color: Reef. HEX triplet: CC, DD and 94. RGB value is (204,221,148). Sum of RGB (Red+Green+Blue) = 204+221+148=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 221 (86.72% from 255 or 38.57% from 573); Blue value is 148 (58.20% from 255 or 25.83% from 573); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDD94 is #33226B. Grayscale: #CFCFCF. Windows color (decimal): -3351148 or 9756108. OLE color: 9756108.
HSL color Cylindrical-coordinate representation of color #CCDD94: hue angle of 73.97º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCDD94 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 148 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.13 |
| HSL | 73.97º | 0.52% | 0.72% | - |
| HSV(B) | 73.97º | 0.33% | 0.87% | - |
| XYZ | 56.1 | 66.69 | 37.93 | - |
| YUV | 207.6 | 94.37 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 148 | 0.08 | 0 | 0.33 | 0.13 | 73.97 | 0.52 | 0.72 |
| Hex | CC | DD | 94 | 8 | 0 | 21 | D | 4A | 34 | 48 |
| Octal | 314 | 335 | 224 | 10 | 0 | 41 | 15 | 112 | 64 | 110 |
| Binary | 11001100 | 11011101 | 10010100 | 1000 | 0 | 100001 | 1101 | 1001010 | 110100 | 1001000 |
Color Harmonies of #CCDD94
Complementary color
Monochromatic Colors of #CCDD94
Black with #CCDD94
Text Example
Text Example
White with #CCDD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD94; }
p { color: rgb(204,221,148); }
H1.HeaderClassName
{
color: #CCDD94;
}
.AnyTagClassName
{
color: #CCDD94;
}
</style>
background-color css
<style>
a { background-color: #CCDD94; }
a { background-color: rgb(204,221,148); }
div.DivClassName
{
background-color: #CCDD94;
}
.BgClassName
{
background-color: #CCDD94;
}
</style>
border-color css
<style>
span { border-color: #CCDD94; }
span { border-color: rgb(204,221,148); }
td.TdClassName
{
border-color: #CCDD94;
}
.TagClassName
{
border-color: #CCDD94;
}
</style>