Shades of Reef #CCDA9E
Tints of Reef #CCDA9E
RGB
CMYK
RGB Variations
Color information
#CCDA9E (or 0xCCDA9E) is known color: Reef. HEX triplet: CC, DA and 9E. RGB value is (204,218,158). Sum of RGB (Red+Green+Blue) = 204+218+158=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 218 (85.55% from 255 or 37.59% from 580); Blue value is 158 (62.11% from 255 or 27.24% from 580); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDA9E is #332561. Grayscale: #CFCFCF. Windows color (decimal): -3351906 or 10410700. OLE color: 10410700.
HSL color Cylindrical-coordinate representation of color #CCDA9E: hue angle of 74º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCDA9E is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 218 | 158 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.15 |
| HSL | 74º | 0.45% | 0.74% | - |
| HSV(B) | 74º | 0.28% | 0.85% | - |
| XYZ | 56.14 | 65.45 | 42.02 | - |
| YUV | 206.97 | 100.36 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 218 | 158 | 0.06 | 0 | 0.28 | 0.15 | 74 | 0.45 | 0.74 |
| Hex | CC | DA | 9E | 6 | 0 | 1C | F | 4A | 2D | 4A |
| Octal | 314 | 332 | 236 | 6 | 0 | 34 | 17 | 112 | 55 | 112 |
| Binary | 11001100 | 11011010 | 10011110 | 110 | 0 | 11100 | 1111 | 1001010 | 101101 | 1001010 |
Color Harmonies of #CCDA9E
Complementary color
Monochromatic Colors of #CCDA9E
Black with #CCDA9E
Text Example
Text Example
White with #CCDA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDA9E; }
p { color: rgb(204,218,158); }
H1.HeaderClassName
{
color: #CCDA9E;
}
.AnyTagClassName
{
color: #CCDA9E;
}
</style>
background-color css
<style>
a { background-color: #CCDA9E; }
a { background-color: rgb(204,218,158); }
div.DivClassName
{
background-color: #CCDA9E;
}
.BgClassName
{
background-color: #CCDA9E;
}
</style>
border-color css
<style>
span { border-color: #CCDA9E; }
span { border-color: rgb(204,218,158); }
td.TdClassName
{
border-color: #CCDA9E;
}
.TagClassName
{
border-color: #CCDA9E;
}
</style>