Shades of Reef #CDDAA2
Tints of Reef #CDDAA2
RGB
CMYK
RGB Variations
Color information
#CDDAA2 (or 0xCDDAA2) is known color: Reef. HEX triplet: CD, DA and A2. RGB value is (205,218,162). Sum of RGB (Red+Green+Blue) = 205+218+162=585 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.04% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 162 (63.67% from 255 or 27.69% from 585); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDAA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDAA2 is #32255D. Grayscale: #CFCFCF. Windows color (decimal): -3286366 or 10672845. OLE color: 10672845.
HSL color Cylindrical-coordinate representation of color #CDDAA2: hue angle of 73.93º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CDDAA2 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 218 | 162 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.15 |
| HSL | 73.93º | 0.43% | 0.75% | - |
| HSV(B) | 73.93º | 0.26% | 0.85% | - |
| XYZ | 56.77 | 65.73 | 43.88 | - |
| YUV | 207.73 | 102.19 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 218 | 162 | 0.06 | 0 | 0.26 | 0.15 | 73.93 | 0.43 | 0.75 |
| Hex | CD | DA | A2 | 6 | 0 | 1A | F | 4A | 2B | 4B |
| Octal | 315 | 332 | 242 | 6 | 0 | 32 | 17 | 112 | 53 | 113 |
| Binary | 11001101 | 11011010 | 10100010 | 110 | 0 | 11010 | 1111 | 1001010 | 101011 | 1001011 |
Color Harmonies of #CDDAA2
Complementary color
Monochromatic Colors of #CDDAA2
Black with #CDDAA2
Text Example
Text Example
White with #CDDAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDAA2; }
p { color: rgb(205,218,162); }
H1.HeaderClassName
{
color: #CDDAA2;
}
.AnyTagClassName
{
color: #CDDAA2;
}
</style>
background-color css
<style>
a { background-color: #CDDAA2; }
a { background-color: rgb(205,218,162); }
div.DivClassName
{
background-color: #CDDAA2;
}
.BgClassName
{
background-color: #CDDAA2;
}
</style>
border-color css
<style>
span { border-color: #CDDAA2; }
span { border-color: rgb(205,218,162); }
td.TdClassName
{
border-color: #CDDAA2;
}
.TagClassName
{
border-color: #CDDAA2;
}
</style>