Shades of Reef #CDDDA1
Tints of Reef #CDDDA1
RGB
CMYK
RGB Variations
Color information
#CDDDA1 (or 0xCDDDA1) is known color: Reef. HEX triplet: CD, DD and A1. RGB value is (205,221,161). Sum of RGB (Red+Green+Blue) = 205+221+161=587 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.92% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 161 (63.28% from 255 or 27.43% from 587); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDDA1 is #32225E. Grayscale: #D1D1D1. Windows color (decimal): -3285599 or 10608077. OLE color: 10608077.
HSL color Cylindrical-coordinate representation of color #CDDDA1: hue angle of 76º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDDDA1 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 161 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.13 |
| HSL | 76º | 0.47% | 0.75% | - |
| HSV(B) | 76º | 0.27% | 0.87% | - |
| XYZ | 57.47 | 67.27 | 43.67 | - |
| YUV | 209.38 | 100.7 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 161 | 0.07 | 0 | 0.27 | 0.13 | 76 | 0.47 | 0.75 |
| Hex | CD | DD | A1 | 7 | 0 | 1B | D | 4C | 2F | 4B |
| Octal | 315 | 335 | 241 | 7 | 0 | 33 | 15 | 114 | 57 | 113 |
| Binary | 11001101 | 11011101 | 10100001 | 111 | 0 | 11011 | 1101 | 1001100 | 101111 | 1001011 |
Color Harmonies of #CDDDA1
Complementary color
Monochromatic Colors of #CDDDA1
Black with #CDDDA1
Text Example
Text Example
White with #CDDDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDDA1; }
p { color: rgb(205,221,161); }
H1.HeaderClassName
{
color: #CDDDA1;
}
.AnyTagClassName
{
color: #CDDDA1;
}
</style>
background-color css
<style>
a { background-color: #CDDDA1; }
a { background-color: rgb(205,221,161); }
div.DivClassName
{
background-color: #CDDDA1;
}
.BgClassName
{
background-color: #CDDDA1;
}
</style>
border-color css
<style>
span { border-color: #CDDDA1; }
span { border-color: rgb(205,221,161); }
td.TdClassName
{
border-color: #CDDDA1;
}
.TagClassName
{
border-color: #CDDDA1;
}
</style>