Shades of Reef #CDDCAA
Tints of Reef #CDDCAA
RGB
CMYK
RGB Variations
Color information
#CDDCAA (or 0xCDDCAA) is known color: Reef. HEX triplet: CD, DC and AA. RGB value is (205,220,170). Sum of RGB (Red+Green+Blue) = 205+220+170=595 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.45% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 170 (66.80% from 255 or 28.57% from 595); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDCAA is #322355. Grayscale: #D1D1D1. Windows color (decimal): -3285846 or 11197645. OLE color: 11197645.
HSL color Cylindrical-coordinate representation of color #CDDCAA: hue angle of 78º degrees, saturation: 0.42, 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 #CDDCAA is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 220 | 170 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.14 |
| HSL | 78º | 0.42% | 0.76% | - |
| HSV(B) | 78º | 0.23% | 0.86% | - |
| XYZ | 58.03 | 67.07 | 47.92 | - |
| YUV | 209.82 | 105.53 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 170 | 0.07 | 0 | 0.23 | 0.14 | 78 | 0.42 | 0.76 |
| Hex | CD | DC | AA | 7 | 0 | 17 | E | 4E | 2A | 4C |
| Octal | 315 | 334 | 252 | 7 | 0 | 27 | 16 | 116 | 52 | 114 |
| Binary | 11001101 | 11011100 | 10101010 | 111 | 0 | 10111 | 1110 | 1001110 | 101010 | 1001100 |
Color Harmonies of #CDDCAA
Complementary color
Monochromatic Colors of #CDDCAA
Black with #CDDCAA
Text Example
Text Example
White with #CDDCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDCAA; }
p { color: rgb(205,220,170); }
H1.HeaderClassName
{
color: #CDDCAA;
}
.AnyTagClassName
{
color: #CDDCAA;
}
</style>
background-color css
<style>
a { background-color: #CDDCAA; }
a { background-color: rgb(205,220,170); }
div.DivClassName
{
background-color: #CDDCAA;
}
.BgClassName
{
background-color: #CDDCAA;
}
</style>
border-color css
<style>
span { border-color: #CDDCAA; }
span { border-color: rgb(205,220,170); }
td.TdClassName
{
border-color: #CDDCAA;
}
.TagClassName
{
border-color: #CDDCAA;
}
</style>