Shades of Reef #CCDD98
Tints of Reef #CCDD98
RGB
CMYK
RGB Variations
Color information
#CCDD98 (or 0xCCDD98) is known color: Reef. HEX triplet: CC, DD and 98. RGB value is (204,221,152). Sum of RGB (Red+Green+Blue) = 204+221+152=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 221 (86.72% from 255 or 38.30% from 577); Blue value is 152 (59.77% from 255 or 26.34% from 577); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDD98 is #332267. Grayscale: #D0D0D0. Windows color (decimal): -3351144 or 10018252. OLE color: 10018252.
HSL color Cylindrical-coordinate representation of color #CCDD98: hue angle of 74.78º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCDD98 is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 152 | - |
| CMYK | 0.08 | 0 | 0.31 | 0.13 |
| HSL | 74.78º | 0.5% | 0.73% | - |
| HSV(B) | 74.78º | 0.31% | 0.87% | - |
| XYZ | 56.43 | 66.82 | 39.63 | - |
| YUV | 208.05 | 96.37 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 152 | 0.08 | 0 | 0.31 | 0.13 | 74.78 | 0.5 | 0.73 |
| Hex | CC | DD | 98 | 8 | 0 | 1F | D | 4B | 32 | 49 |
| Octal | 314 | 335 | 230 | 10 | 0 | 37 | 15 | 113 | 62 | 111 |
| Binary | 11001100 | 11011101 | 10011000 | 1000 | 0 | 11111 | 1101 | 1001011 | 110010 | 1001001 |
Color Harmonies of #CCDD98
Complementary color
Monochromatic Colors of #CCDD98
Black with #CCDD98
Text Example
Text Example
White with #CCDD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD98; }
p { color: rgb(204,221,152); }
H1.HeaderClassName
{
color: #CCDD98;
}
.AnyTagClassName
{
color: #CCDD98;
}
</style>
background-color css
<style>
a { background-color: #CCDD98; }
a { background-color: rgb(204,221,152); }
div.DivClassName
{
background-color: #CCDD98;
}
.BgClassName
{
background-color: #CCDD98;
}
</style>
border-color css
<style>
span { border-color: #CCDD98; }
span { border-color: rgb(204,221,152); }
td.TdClassName
{
border-color: #CCDD98;
}
.TagClassName
{
border-color: #CCDD98;
}
</style>