Shades of Reef #CDDD9F
Tints of Reef #CDDD9F
RGB
CMYK
RGB Variations
Color information
#CDDD9F (or 0xCDDD9F) is known color: Reef. HEX triplet: CD, DD and 9F. RGB value is (205,221,159). Sum of RGB (Red+Green+Blue) = 205+221+159=585 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.04% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 159 (62.5% from 255 or 27.18% from 585); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDD9F is #322260. Grayscale: #D1D1D1. Windows color (decimal): -3285601 or 10477005. OLE color: 10477005.
HSL color Cylindrical-coordinate representation of color #CDDD9F: hue angle of 75.48º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDDD9F is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 159 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.13 |
| HSL | 75.48º | 0.48% | 0.75% | - |
| HSV(B) | 75.48º | 0.28% | 0.87% | - |
| XYZ | 57.29 | 67.2 | 42.75 | - |
| YUV | 209.15 | 99.7 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 159 | 0.07 | 0 | 0.28 | 0.13 | 75.48 | 0.48 | 0.75 |
| Hex | CD | DD | 9F | 7 | 0 | 1C | D | 4B | 30 | 4B |
| Octal | 315 | 335 | 237 | 7 | 0 | 34 | 15 | 113 | 60 | 113 |
| Binary | 11001101 | 11011101 | 10011111 | 111 | 0 | 11100 | 1101 | 1001011 | 110000 | 1001011 |
Color Harmonies of #CDDD9F
Complementary color
Monochromatic Colors of #CDDD9F
Black with #CDDD9F
Text Example
Text Example
White with #CDDD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD9F; }
p { color: rgb(205,221,159); }
H1.HeaderClassName
{
color: #CDDD9F;
}
.AnyTagClassName
{
color: #CDDD9F;
}
</style>
background-color css
<style>
a { background-color: #CDDD9F; }
a { background-color: rgb(205,221,159); }
div.DivClassName
{
background-color: #CDDD9F;
}
.BgClassName
{
background-color: #CDDD9F;
}
</style>
border-color css
<style>
span { border-color: #CDDD9F; }
span { border-color: rgb(205,221,159); }
td.TdClassName
{
border-color: #CDDD9F;
}
.TagClassName
{
border-color: #CDDD9F;
}
</style>