Shades of Reef #CCDB9D
Tints of Reef #CCDB9D
RGB
CMYK
RGB Variations
Color information
#CCDB9D (or 0xCCDB9D) is known color: Reef. HEX triplet: CC, DB and 9D. RGB value is (204,219,157). Sum of RGB (Red+Green+Blue) = 204+219+157=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 157 (61.72% from 255 or 27.07% from 580); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDB9D is #332462. Grayscale: #CFCFCF. Windows color (decimal): -3351651 or 10345420. OLE color: 10345420.
HSL color Cylindrical-coordinate representation of color #CCDB9D: hue angle of 74.52º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCDB9D is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 157 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.14 |
| HSL | 74.52º | 0.46% | 0.74% | - |
| HSV(B) | 74.52º | 0.28% | 0.86% | - |
| XYZ | 56.32 | 65.93 | 41.66 | - |
| YUV | 207.45 | 99.53 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 157 | 0.07 | 0 | 0.28 | 0.14 | 74.52 | 0.46 | 0.74 |
| Hex | CC | DB | 9D | 7 | 0 | 1C | E | 4B | 2E | 4A |
| Octal | 314 | 333 | 235 | 7 | 0 | 34 | 16 | 113 | 56 | 112 |
| Binary | 11001100 | 11011011 | 10011101 | 111 | 0 | 11100 | 1110 | 1001011 | 101110 | 1001010 |
Color Harmonies of #CCDB9D
Complementary color
Monochromatic Colors of #CCDB9D
Black with #CCDB9D
Text Example
Text Example
White with #CCDB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB9D; }
p { color: rgb(204,219,157); }
H1.HeaderClassName
{
color: #CCDB9D;
}
.AnyTagClassName
{
color: #CCDB9D;
}
</style>
background-color css
<style>
a { background-color: #CCDB9D; }
a { background-color: rgb(204,219,157); }
div.DivClassName
{
background-color: #CCDB9D;
}
.BgClassName
{
background-color: #CCDB9D;
}
</style>
border-color css
<style>
span { border-color: #CCDB9D; }
span { border-color: rgb(204,219,157); }
td.TdClassName
{
border-color: #CCDB9D;
}
.TagClassName
{
border-color: #CCDB9D;
}
</style>