Shades of Reef #CDDCA0
Tints of Reef #CDDCA0
RGB
CMYK
RGB Variations
Color information
#CDDCA0 (or 0xCDDCA0) is known color: Reef. HEX triplet: CD, DC and A0. RGB value is (205,220,160). Sum of RGB (Red+Green+Blue) = 205+220+160=585 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.04% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 160 (62.89% from 255 or 27.35% from 585); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDCA0 is #32235F. Grayscale: #D0D0D0. Windows color (decimal): -3285856 or 10542285. OLE color: 10542285.
HSL color Cylindrical-coordinate representation of color #CDDCA0: hue angle of 75º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDDCA0 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 220 | 160 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.14 |
| HSL | 75º | 0.46% | 0.75% | - |
| HSV(B) | 75º | 0.27% | 0.86% | - |
| XYZ | 57.12 | 66.7 | 43.12 | - |
| YUV | 208.68 | 100.53 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 160 | 0.07 | 0 | 0.27 | 0.14 | 75 | 0.46 | 0.75 |
| Hex | CD | DC | A0 | 7 | 0 | 1B | E | 4B | 2E | 4B |
| Octal | 315 | 334 | 240 | 7 | 0 | 33 | 16 | 113 | 56 | 113 |
| Binary | 11001101 | 11011100 | 10100000 | 111 | 0 | 11011 | 1110 | 1001011 | 101110 | 1001011 |
Color Harmonies of #CDDCA0
Complementary color
Monochromatic Colors of #CDDCA0
Black with #CDDCA0
Text Example
Text Example
White with #CDDCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDCA0; }
p { color: rgb(205,220,160); }
H1.HeaderClassName
{
color: #CDDCA0;
}
.AnyTagClassName
{
color: #CDDCA0;
}
</style>
background-color css
<style>
a { background-color: #CDDCA0; }
a { background-color: rgb(205,220,160); }
div.DivClassName
{
background-color: #CDDCA0;
}
.BgClassName
{
background-color: #CDDCA0;
}
</style>
border-color css
<style>
span { border-color: #CDDCA0; }
span { border-color: rgb(205,220,160); }
td.TdClassName
{
border-color: #CDDCA0;
}
.TagClassName
{
border-color: #CDDCA0;
}
</style>