Shades of Reef #CDDDA9
Tints of Reef #CDDDA9
RGB
CMYK
RGB Variations
Color information
#CDDDA9 (or 0xCDDDA9) is known color: Reef. HEX triplet: CD, DD and A9. RGB value is (205,221,169). Sum of RGB (Red+Green+Blue) = 205+221+169=595 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.45% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 169 (66.41% from 255 or 28.40% from 595); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDDA9 is #322256. Grayscale: #D2D2D2. Windows color (decimal): -3285591 or 11132365. OLE color: 11132365.
HSL color Cylindrical-coordinate representation of color #CDDDA9: hue angle of 78.46º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDDDA9 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 169 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.13 |
| HSL | 78.46º | 0.43% | 0.76% | - |
| HSV(B) | 78.46º | 0.24% | 0.87% | - |
| XYZ | 58.19 | 67.56 | 47.51 | - |
| YUV | 210.29 | 104.7 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 169 | 0.07 | 0 | 0.24 | 0.13 | 78.46 | 0.43 | 0.76 |
| Hex | CD | DD | A9 | 7 | 0 | 18 | D | 4E | 2B | 4C |
| Octal | 315 | 335 | 251 | 7 | 0 | 30 | 15 | 116 | 53 | 114 |
| Binary | 11001101 | 11011101 | 10101001 | 111 | 0 | 11000 | 1101 | 1001110 | 101011 | 1001100 |
Color Harmonies of #CDDDA9
Complementary color
Monochromatic Colors of #CDDDA9
Black with #CDDDA9
Text Example
Text Example
White with #CDDDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDDA9; }
p { color: rgb(205,221,169); }
H1.HeaderClassName
{
color: #CDDDA9;
}
.AnyTagClassName
{
color: #CDDDA9;
}
</style>
background-color css
<style>
a { background-color: #CDDDA9; }
a { background-color: rgb(205,221,169); }
div.DivClassName
{
background-color: #CDDDA9;
}
.BgClassName
{
background-color: #CDDDA9;
}
</style>
border-color css
<style>
span { border-color: #CDDDA9; }
span { border-color: rgb(205,221,169); }
td.TdClassName
{
border-color: #CDDDA9;
}
.TagClassName
{
border-color: #CDDDA9;
}
</style>