Shades of Reef #CCDF99
Tints of Reef #CCDF99
RGB
CMYK
RGB Variations
Color information
#CCDF99 (or 0xCCDF99) is known color: Reef. HEX triplet: CC, DF and 99. RGB value is (204,223,153). Sum of RGB (Red+Green+Blue) = 204+223+153=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 223 (87.5% from 255 or 38.45% from 580); Blue value is 153 (60.16% from 255 or 26.38% from 580); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDF99 is #332066. Grayscale: #D1D1D1. Windows color (decimal): -3350631 or 10084300. OLE color: 10084300.
HSL color Cylindrical-coordinate representation of color #CCDF99: hue angle of 76.29º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCDF99 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 153 | - |
| CMYK | 0.09 | 0 | 0.31 | 0.13 |
| HSL | 76.29º | 0.52% | 0.74% | - |
| HSV(B) | 76.29º | 0.31% | 0.87% | - |
| XYZ | 57.04 | 67.91 | 40.24 | - |
| YUV | 209.34 | 96.21 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 153 | 0.09 | 0 | 0.31 | 0.13 | 76.29 | 0.52 | 0.74 |
| Hex | CC | DF | 99 | 9 | 0 | 1F | D | 4C | 34 | 4A |
| Octal | 314 | 337 | 231 | 11 | 0 | 37 | 15 | 114 | 64 | 112 |
| Binary | 11001100 | 11011111 | 10011001 | 1001 | 0 | 11111 | 1101 | 1001100 | 110100 | 1001010 |
Color Harmonies of #CCDF99
Complementary color
Monochromatic Colors of #CCDF99
Black with #CCDF99
Text Example
Text Example
White with #CCDF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDF99; }
p { color: rgb(204,223,153); }
H1.HeaderClassName
{
color: #CCDF99;
}
.AnyTagClassName
{
color: #CCDF99;
}
</style>
background-color css
<style>
a { background-color: #CCDF99; }
a { background-color: rgb(204,223,153); }
div.DivClassName
{
background-color: #CCDF99;
}
.BgClassName
{
background-color: #CCDF99;
}
</style>
border-color css
<style>
span { border-color: #CCDF99; }
span { border-color: rgb(204,223,153); }
td.TdClassName
{
border-color: #CCDF99;
}
.TagClassName
{
border-color: #CCDF99;
}
</style>