Shades of Reef #CDDAA0
Tints of Reef #CDDAA0
RGB
CMYK
RGB Variations
Color information
#CDDAA0 (or 0xCDDAA0) is known color: Reef. HEX triplet: CD, DA and A0. RGB value is (205,218,160). Sum of RGB (Red+Green+Blue) = 205+218+160=583 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.16% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 160 (62.89% from 255 or 27.44% from 583); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDAA0 is #32255F. Grayscale: #CFCFCF. Windows color (decimal): -3286368 or 10541773. OLE color: 10541773.
HSL color Cylindrical-coordinate representation of color #CDDAA0: hue angle of 73.45º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDDAA0 is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 218 | 160 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.15 |
| HSL | 73.45º | 0.44% | 0.74% | - |
| HSV(B) | 73.45º | 0.27% | 0.85% | - |
| XYZ | 56.59 | 65.66 | 42.95 | - |
| YUV | 207.5 | 101.19 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 218 | 160 | 0.06 | 0 | 0.27 | 0.15 | 73.45 | 0.44 | 0.74 |
| Hex | CD | DA | A0 | 6 | 0 | 1B | F | 49 | 2C | 4A |
| Octal | 315 | 332 | 240 | 6 | 0 | 33 | 17 | 111 | 54 | 112 |
| Binary | 11001101 | 11011010 | 10100000 | 110 | 0 | 11011 | 1111 | 1001001 | 101100 | 1001010 |
Color Harmonies of #CDDAA0
Complementary color
Monochromatic Colors of #CDDAA0
Black with #CDDAA0
Text Example
Text Example
White with #CDDAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDAA0; }
p { color: rgb(205,218,160); }
H1.HeaderClassName
{
color: #CDDAA0;
}
.AnyTagClassName
{
color: #CDDAA0;
}
</style>
background-color css
<style>
a { background-color: #CDDAA0; }
a { background-color: rgb(205,218,160); }
div.DivClassName
{
background-color: #CDDAA0;
}
.BgClassName
{
background-color: #CDDAA0;
}
</style>
border-color css
<style>
span { border-color: #CDDAA0; }
span { border-color: rgb(205,218,160); }
td.TdClassName
{
border-color: #CDDAA0;
}
.TagClassName
{
border-color: #CDDAA0;
}
</style>