Shades of Reef #CCDB95
Tints of Reef #CCDB95
RGB
CMYK
RGB Variations
Color information
#CCDB95 (or 0xCCDB95) is known color: Reef. HEX triplet: CC, DB and 95. RGB value is (204,219,149). Sum of RGB (Red+Green+Blue) = 204+219+149=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 149 (58.59% from 255 or 26.05% from 572); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDB95 is #33246A. Grayscale: #CECECE. Windows color (decimal): -3351659 or 9821132. OLE color: 9821132.
HSL color Cylindrical-coordinate representation of color #CCDB95: hue angle of 72.86º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCDB95 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 149 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.14 |
| HSL | 72.86º | 0.49% | 0.72% | - |
| HSV(B) | 72.86º | 0.32% | 0.86% | - |
| XYZ | 55.66 | 65.67 | 38.18 | - |
| YUV | 206.54 | 95.53 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 149 | 0.07 | 0 | 0.32 | 0.14 | 72.86 | 0.49 | 0.72 |
| Hex | CC | DB | 95 | 7 | 0 | 20 | E | 49 | 31 | 48 |
| Octal | 314 | 333 | 225 | 7 | 0 | 40 | 16 | 111 | 61 | 110 |
| Binary | 11001100 | 11011011 | 10010101 | 111 | 0 | 100000 | 1110 | 1001001 | 110001 | 1001000 |
Color Harmonies of #CCDB95
Complementary color
Monochromatic Colors of #CCDB95
Black with #CCDB95
Text Example
Text Example
White with #CCDB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB95; }
p { color: rgb(204,219,149); }
H1.HeaderClassName
{
color: #CCDB95;
}
.AnyTagClassName
{
color: #CCDB95;
}
</style>
background-color css
<style>
a { background-color: #CCDB95; }
a { background-color: rgb(204,219,149); }
div.DivClassName
{
background-color: #CCDB95;
}
.BgClassName
{
background-color: #CCDB95;
}
</style>
border-color css
<style>
span { border-color: #CCDB95; }
span { border-color: rgb(204,219,149); }
td.TdClassName
{
border-color: #CCDB95;
}
.TagClassName
{
border-color: #CCDB95;
}
</style>