Shades of Reef #CCDD93
Tints of Reef #CCDD93
RGB
CMYK
RGB Variations
Color information
#CCDD93 (or 0xCCDD93) is known color: Reef. HEX triplet: CC, DD and 93. RGB value is (204,221,147). Sum of RGB (Red+Green+Blue) = 204+221+147=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 221 (86.72% from 255 or 38.64% from 572); Blue value is 147 (57.81% from 255 or 25.70% from 572); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDD93 is #33226C. Grayscale: #CFCFCF. Windows color (decimal): -3351149 or 9690572. OLE color: 9690572.
HSL color Cylindrical-coordinate representation of color #CCDD93: hue angle of 73.78º 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 #CCDD93 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 147 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.13 |
| HSL | 73.78º | 0.52% | 0.72% | - |
| HSV(B) | 73.78º | 0.33% | 0.87% | - |
| XYZ | 56.02 | 66.66 | 37.52 | - |
| YUV | 207.48 | 93.87 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 147 | 0.08 | 0 | 0.33 | 0.13 | 73.78 | 0.52 | 0.72 |
| Hex | CC | DD | 93 | 8 | 0 | 21 | D | 4A | 34 | 48 |
| Octal | 314 | 335 | 223 | 10 | 0 | 41 | 15 | 112 | 64 | 110 |
| Binary | 11001100 | 11011101 | 10010011 | 1000 | 0 | 100001 | 1101 | 1001010 | 110100 | 1001000 |
Color Harmonies of #CCDD93
Complementary color
Monochromatic Colors of #CCDD93
Black with #CCDD93
Text Example
Text Example
White with #CCDD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD93; }
p { color: rgb(204,221,147); }
H1.HeaderClassName
{
color: #CCDD93;
}
.AnyTagClassName
{
color: #CCDD93;
}
</style>
background-color css
<style>
a { background-color: #CCDD93; }
a { background-color: rgb(204,221,147); }
div.DivClassName
{
background-color: #CCDD93;
}
.BgClassName
{
background-color: #CCDD93;
}
</style>
border-color css
<style>
span { border-color: #CCDD93; }
span { border-color: rgb(204,221,147); }
td.TdClassName
{
border-color: #CCDD93;
}
.TagClassName
{
border-color: #CCDD93;
}
</style>