Shades of Reef #CDDDA4
Tints of Reef #CDDDA4
RGB
CMYK
RGB Variations
Color information
#CDDDA4 (or 0xCDDDA4) is known color: Reef. HEX triplet: CD, DD and A4. RGB value is (205,221,164). Sum of RGB (Red+Green+Blue) = 205+221+164=590 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.75% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 164 (64.45% from 255 or 27.80% from 590); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDDA4 is #32225B. Grayscale: #D1D1D1. Windows color (decimal): -3285596 or 10804685. OLE color: 10804685.
HSL color Cylindrical-coordinate representation of color #CDDDA4: hue angle of 76.84º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CDDDA4 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 164 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.13 |
| HSL | 76.84º | 0.46% | 0.75% | - |
| HSV(B) | 76.84º | 0.26% | 0.87% | - |
| XYZ | 57.73 | 67.37 | 45.08 | - |
| YUV | 209.72 | 102.2 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 164 | 0.07 | 0 | 0.26 | 0.13 | 76.84 | 0.46 | 0.75 |
| Hex | CD | DD | A4 | 7 | 0 | 1A | D | 4D | 2E | 4B |
| Octal | 315 | 335 | 244 | 7 | 0 | 32 | 15 | 115 | 56 | 113 |
| Binary | 11001101 | 11011101 | 10100100 | 111 | 0 | 11010 | 1101 | 1001101 | 101110 | 1001011 |
Color Harmonies of #CDDDA4
Complementary color
Monochromatic Colors of #CDDDA4
Black with #CDDDA4
Text Example
Text Example
White with #CDDDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDDA4; }
p { color: rgb(205,221,164); }
H1.HeaderClassName
{
color: #CDDDA4;
}
.AnyTagClassName
{
color: #CDDDA4;
}
</style>
background-color css
<style>
a { background-color: #CDDDA4; }
a { background-color: rgb(205,221,164); }
div.DivClassName
{
background-color: #CDDDA4;
}
.BgClassName
{
background-color: #CDDDA4;
}
</style>
border-color css
<style>
span { border-color: #CDDDA4; }
span { border-color: rgb(205,221,164); }
td.TdClassName
{
border-color: #CDDDA4;
}
.TagClassName
{
border-color: #CDDDA4;
}
</style>