Shades of Reef #CDDDA7
Tints of Reef #CDDDA7
RGB
CMYK
RGB Variations
Color information
#CDDDA7 (or 0xCDDDA7) is known color: Reef. HEX triplet: CD, DD and A7. RGB value is (205,221,167). Sum of RGB (Red+Green+Blue) = 205+221+167=593 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.57% from 593); Green value is 221 (86.72% from 255 or 37.27% from 593); Blue value is 167 (65.62% from 255 or 28.16% from 593); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDDA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDDA7 is #322258. Grayscale: #D2D2D2. Windows color (decimal): -3285593 or 11001293. OLE color: 11001293.
HSL color Cylindrical-coordinate representation of color #CDDDA7: hue angle of 77.78º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDDDA7 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 167 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.13 |
| HSL | 77.78º | 0.44% | 0.76% | - |
| HSV(B) | 77.78º | 0.24% | 0.87% | - |
| XYZ | 58.01 | 67.48 | 46.53 | - |
| YUV | 210.06 | 103.7 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 167 | 0.07 | 0 | 0.24 | 0.13 | 77.78 | 0.44 | 0.76 |
| Hex | CD | DD | A7 | 7 | 0 | 18 | D | 4E | 2C | 4C |
| Octal | 315 | 335 | 247 | 7 | 0 | 30 | 15 | 116 | 54 | 114 |
| Binary | 11001101 | 11011101 | 10100111 | 111 | 0 | 11000 | 1101 | 1001110 | 101100 | 1001100 |
Color Harmonies of #CDDDA7
Complementary color
Monochromatic Colors of #CDDDA7
Black with #CDDDA7
Text Example
Text Example
White with #CDDDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDDA7; }
p { color: rgb(205,221,167); }
H1.HeaderClassName
{
color: #CDDDA7;
}
.AnyTagClassName
{
color: #CDDDA7;
}
</style>
background-color css
<style>
a { background-color: #CDDDA7; }
a { background-color: rgb(205,221,167); }
div.DivClassName
{
background-color: #CDDDA7;
}
.BgClassName
{
background-color: #CDDDA7;
}
</style>
border-color css
<style>
span { border-color: #CDDDA7; }
span { border-color: rgb(205,221,167); }
td.TdClassName
{
border-color: #CDDDA7;
}
.TagClassName
{
border-color: #CDDDA7;
}
</style>