Shades of Reef #CCDF93
Tints of Reef #CCDF93
RGB
CMYK
RGB Variations
Color information
#CCDF93 (or 0xCCDF93) is known color: Reef. HEX triplet: CC, DF and 93. RGB value is (204,223,147). Sum of RGB (Red+Green+Blue) = 204+223+147=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 223 (87.5% from 255 or 38.85% from 574); Blue value is 147 (57.81% from 255 or 25.61% from 574); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDF93 is #33206C. Grayscale: #D0D0D0. Windows color (decimal): -3350637 or 9691084. OLE color: 9691084.
HSL color Cylindrical-coordinate representation of color #CCDF93: hue angle of 75º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CCDF93 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 147 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.13 |
| HSL | 75º | 0.54% | 0.73% | - |
| HSV(B) | 75º | 0.34% | 0.87% | - |
| XYZ | 56.56 | 67.72 | 37.69 | - |
| YUV | 208.66 | 93.21 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 147 | 0.09 | 0 | 0.34 | 0.13 | 75 | 0.54 | 0.73 |
| Hex | CC | DF | 93 | 9 | 0 | 22 | D | 4B | 36 | 49 |
| Octal | 314 | 337 | 223 | 11 | 0 | 42 | 15 | 113 | 66 | 111 |
| Binary | 11001100 | 11011111 | 10010011 | 1001 | 0 | 100010 | 1101 | 1001011 | 110110 | 1001001 |
Color Harmonies of #CCDF93
Complementary color
Monochromatic Colors of #CCDF93
Black with #CCDF93
Text Example
Text Example
White with #CCDF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDF93; }
p { color: rgb(204,223,147); }
H1.HeaderClassName
{
color: #CCDF93;
}
.AnyTagClassName
{
color: #CCDF93;
}
</style>
background-color css
<style>
a { background-color: #CCDF93; }
a { background-color: rgb(204,223,147); }
div.DivClassName
{
background-color: #CCDF93;
}
.BgClassName
{
background-color: #CCDF93;
}
</style>
border-color css
<style>
span { border-color: #CCDF93; }
span { border-color: rgb(204,223,147); }
td.TdClassName
{
border-color: #CCDF93;
}
.TagClassName
{
border-color: #CCDF93;
}
</style>