Shades of Reef #CDDDAA
Tints of Reef #CDDDAA
RGB
CMYK
RGB Variations
Color information
#CDDDAA (or 0xCDDDAA) is known color: Reef. HEX triplet: CD, DD and AA. RGB value is (205,221,170). Sum of RGB (Red+Green+Blue) = 205+221+170=596 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.40% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 170 (66.80% from 255 or 28.52% from 596); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDDAA is #322255. Grayscale: #D2D2D2. Windows color (decimal): -3285590 or 11197901. OLE color: 11197901.
HSL color Cylindrical-coordinate representation of color #CDDDAA: hue angle of 78.82º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDDDAA is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 170 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.13 |
| HSL | 78.82º | 0.43% | 0.77% | - |
| HSV(B) | 78.82º | 0.23% | 0.87% | - |
| XYZ | 58.29 | 67.59 | 48.01 | - |
| YUV | 210.4 | 105.2 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 170 | 0.07 | 0 | 0.23 | 0.13 | 78.82 | 0.43 | 0.77 |
| Hex | CD | DD | AA | 7 | 0 | 17 | D | 4F | 2B | 4D |
| Octal | 315 | 335 | 252 | 7 | 0 | 27 | 15 | 117 | 53 | 115 |
| Binary | 11001101 | 11011101 | 10101010 | 111 | 0 | 10111 | 1101 | 1001111 | 101011 | 1001101 |
Color Harmonies of #CDDDAA
Complementary color
Monochromatic Colors of #CDDDAA
Black with #CDDDAA
Text Example
Text Example
White with #CDDDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDDAA; }
p { color: rgb(205,221,170); }
H1.HeaderClassName
{
color: #CDDDAA;
}
.AnyTagClassName
{
color: #CDDDAA;
}
</style>
background-color css
<style>
a { background-color: #CDDDAA; }
a { background-color: rgb(205,221,170); }
div.DivClassName
{
background-color: #CDDDAA;
}
.BgClassName
{
background-color: #CDDDAA;
}
</style>
border-color css
<style>
span { border-color: #CDDDAA; }
span { border-color: rgb(205,221,170); }
td.TdClassName
{
border-color: #CDDDAA;
}
.TagClassName
{
border-color: #CDDDAA;
}
</style>