Shades of Reef #CDDBA9
Tints of Reef #CDDBA9
RGB
CMYK
RGB Variations
Color information
#CDDBA9 (or 0xCDDBA9) is known color: Reef. HEX triplet: CD, DB and A9. RGB value is (205,219,169). Sum of RGB (Red+Green+Blue) = 205+219+169=593 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.57% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 169 (66.41% from 255 or 28.50% from 593); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDBA9 is #322456. Grayscale: #D1D1D1. Windows color (decimal): -3286103 or 11131853. OLE color: 11131853.
HSL color Cylindrical-coordinate representation of color #CDDBA9: hue angle of 76.8º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDDBA9 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 219 | 169 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.14 |
| HSL | 76.8º | 0.41% | 0.76% | - |
| HSV(B) | 76.8º | 0.23% | 0.86% | - |
| XYZ | 57.67 | 66.51 | 47.33 | - |
| YUV | 209.11 | 105.36 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 219 | 169 | 0.06 | 0 | 0.23 | 0.14 | 76.8 | 0.41 | 0.76 |
| Hex | CD | DB | A9 | 6 | 0 | 17 | E | 4D | 29 | 4C |
| Octal | 315 | 333 | 251 | 6 | 0 | 27 | 16 | 115 | 51 | 114 |
| Binary | 11001101 | 11011011 | 10101001 | 110 | 0 | 10111 | 1110 | 1001101 | 101001 | 1001100 |
Color Harmonies of #CDDBA9
Complementary color
Monochromatic Colors of #CDDBA9
Black with #CDDBA9
Text Example
Text Example
White with #CDDBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDBA9; }
p { color: rgb(205,219,169); }
H1.HeaderClassName
{
color: #CDDBA9;
}
.AnyTagClassName
{
color: #CDDBA9;
}
</style>
background-color css
<style>
a { background-color: #CDDBA9; }
a { background-color: rgb(205,219,169); }
div.DivClassName
{
background-color: #CDDBA9;
}
.BgClassName
{
background-color: #CDDBA9;
}
</style>
border-color css
<style>
span { border-color: #CDDBA9; }
span { border-color: rgb(205,219,169); }
td.TdClassName
{
border-color: #CDDBA9;
}
.TagClassName
{
border-color: #CDDBA9;
}
</style>