Shades of Reef #CCDF9B
Tints of Reef #CCDF9B
RGB
CMYK
RGB Variations
Color information
#CCDF9B (or 0xCCDF9B) is known color: Reef. HEX triplet: CC, DF and 9B. RGB value is (204,223,155). Sum of RGB (Red+Green+Blue) = 204+223+155=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 223 (87.5% from 255 or 38.32% from 582); Blue value is 155 (60.94% from 255 or 26.63% from 582); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDF9B is #332064. Grayscale: #D1D1D1. Windows color (decimal): -3350629 or 10215372. OLE color: 10215372.
HSL color Cylindrical-coordinate representation of color #CCDF9B: hue angle of 76.76º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCDF9B is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 155 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.13 |
| HSL | 76.76º | 0.52% | 0.74% | - |
| HSV(B) | 76.76º | 0.3% | 0.87% | - |
| XYZ | 57.21 | 67.98 | 41.12 | - |
| YUV | 209.57 | 97.21 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 155 | 0.09 | 0 | 0.30 | 0.13 | 76.76 | 0.52 | 0.74 |
| Hex | CC | DF | 9B | 9 | 0 | 1E | D | 4D | 34 | 4A |
| Octal | 314 | 337 | 233 | 11 | 0 | 36 | 15 | 115 | 64 | 112 |
| Binary | 11001100 | 11011111 | 10011011 | 1001 | 0 | 11110 | 1101 | 1001101 | 110100 | 1001010 |
Color Harmonies of #CCDF9B
Complementary color
Monochromatic Colors of #CCDF9B
Black with #CCDF9B
Text Example
Text Example
White with #CCDF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDF9B; }
p { color: rgb(204,223,155); }
H1.HeaderClassName
{
color: #CCDF9B;
}
.AnyTagClassName
{
color: #CCDF9B;
}
</style>
background-color css
<style>
a { background-color: #CCDF9B; }
a { background-color: rgb(204,223,155); }
div.DivClassName
{
background-color: #CCDF9B;
}
.BgClassName
{
background-color: #CCDF9B;
}
</style>
border-color css
<style>
span { border-color: #CCDF9B; }
span { border-color: rgb(204,223,155); }
td.TdClassName
{
border-color: #CCDF9B;
}
.TagClassName
{
border-color: #CCDF9B;
}
</style>