Shades of Reef #CDDA9C
Tints of Reef #CDDA9C
RGB
CMYK
RGB Variations
Color information
#CDDA9C (or 0xCDDA9C) is known color: Reef. HEX triplet: CD, DA and 9C. RGB value is (205,218,156). Sum of RGB (Red+Green+Blue) = 205+218+156=579 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.41% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 156 (61.33% from 255 or 26.94% from 579); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDA9C is #322563. Grayscale: #CFCFCF. Windows color (decimal): -3286372 or 10279629. OLE color: 10279629.
HSL color Cylindrical-coordinate representation of color #CDDA9C: hue angle of 72.58º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDDA9C is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 218 | 156 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.15 |
| HSL | 72.58º | 0.46% | 0.73% | - |
| HSV(B) | 72.58º | 0.28% | 0.85% | - |
| XYZ | 56.25 | 65.52 | 41.13 | - |
| YUV | 207.05 | 99.19 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 218 | 156 | 0.06 | 0 | 0.28 | 0.15 | 72.58 | 0.46 | 0.73 |
| Hex | CD | DA | 9C | 6 | 0 | 1C | F | 49 | 2E | 49 |
| Octal | 315 | 332 | 234 | 6 | 0 | 34 | 17 | 111 | 56 | 111 |
| Binary | 11001101 | 11011010 | 10011100 | 110 | 0 | 11100 | 1111 | 1001001 | 101110 | 1001001 |
Color Harmonies of #CDDA9C
Complementary color
Monochromatic Colors of #CDDA9C
Black with #CDDA9C
Text Example
Text Example
White with #CDDA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDA9C; }
p { color: rgb(205,218,156); }
H1.HeaderClassName
{
color: #CDDA9C;
}
.AnyTagClassName
{
color: #CDDA9C;
}
</style>
background-color css
<style>
a { background-color: #CDDA9C; }
a { background-color: rgb(205,218,156); }
div.DivClassName
{
background-color: #CDDA9C;
}
.BgClassName
{
background-color: #CDDA9C;
}
</style>
border-color css
<style>
span { border-color: #CDDA9C; }
span { border-color: rgb(205,218,156); }
td.TdClassName
{
border-color: #CDDA9C;
}
.TagClassName
{
border-color: #CDDA9C;
}
</style>