Shades of Reef #CDDD9C
Tints of Reef #CDDD9C
RGB
CMYK
RGB Variations
Color information
#CDDD9C (or 0xCDDD9C) is known color: Reef. HEX triplet: CD, DD and 9C. RGB value is (205,221,156). Sum of RGB (Red+Green+Blue) = 205+221+156=582 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.22% from 582); Green value is 221 (86.72% from 255 or 37.97% from 582); Blue value is 156 (61.33% from 255 or 26.80% from 582); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDD9C is #322263. Grayscale: #D1D1D1. Windows color (decimal): -3285604 or 10280397. OLE color: 10280397.
HSL color Cylindrical-coordinate representation of color #CDDD9C: hue angle of 74.77º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDDD9C is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 156 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.13 |
| HSL | 74.77º | 0.49% | 0.74% | - |
| HSV(B) | 74.77º | 0.29% | 0.87% | - |
| XYZ | 57.03 | 67.09 | 41.4 | - |
| YUV | 208.81 | 98.2 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 156 | 0.07 | 0 | 0.29 | 0.13 | 74.77 | 0.49 | 0.74 |
| Hex | CD | DD | 9C | 7 | 0 | 1D | D | 4B | 31 | 4A |
| Octal | 315 | 335 | 234 | 7 | 0 | 35 | 15 | 113 | 61 | 112 |
| Binary | 11001101 | 11011101 | 10011100 | 111 | 0 | 11101 | 1101 | 1001011 | 110001 | 1001010 |
Color Harmonies of #CDDD9C
Complementary color
Monochromatic Colors of #CDDD9C
Black with #CDDD9C
Text Example
Text Example
White with #CDDD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD9C; }
p { color: rgb(205,221,156); }
H1.HeaderClassName
{
color: #CDDD9C;
}
.AnyTagClassName
{
color: #CDDD9C;
}
</style>
background-color css
<style>
a { background-color: #CDDD9C; }
a { background-color: rgb(205,221,156); }
div.DivClassName
{
background-color: #CDDD9C;
}
.BgClassName
{
background-color: #CDDD9C;
}
</style>
border-color css
<style>
span { border-color: #CDDD9C; }
span { border-color: rgb(205,221,156); }
td.TdClassName
{
border-color: #CDDD9C;
}
.TagClassName
{
border-color: #CDDD9C;
}
</style>