Shades of Reef #DDEA9D
Tints of Reef #DDEA9D
RGB
CMYK
RGB Variations
Color information
#DDEA9D (or 0xDDEA9D) is known color: Reef. HEX triplet: DD, EA and 9D. RGB value is (221,234,157). Sum of RGB (Red+Green+Blue) = 221+234+157=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 234 (91.80% from 255 or 38.24% from 612); Blue value is 157 (61.72% from 255 or 25.65% from 612); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEA9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEA9D is #221562. Grayscale: #DDDDDD. Windows color (decimal): -2233699 or 10349277. OLE color: 10349277.
HSL color Cylindrical-coordinate representation of color #DDEA9D: hue angle of 70.13º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDEA9D is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 234 | 157 | - |
| CMYK | 0.06 | 0 | 0.33 | 0.08 |
| HSL | 70.13º | 0.65% | 0.77% | - |
| HSV(B) | 70.13º | 0.33% | 0.92% | - |
| XYZ | 65.33 | 76.65 | 43.25 | - |
| YUV | 221.34 | 91.69 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 234 | 157 | 0.06 | 0 | 0.33 | 0.08 | 70.13 | 0.65 | 0.77 |
| Hex | DD | EA | 9D | 6 | 0 | 21 | 8 | 46 | 41 | 4D |
| Octal | 335 | 352 | 235 | 6 | 0 | 41 | 10 | 106 | 101 | 115 |
| Binary | 11011101 | 11101010 | 10011101 | 110 | 0 | 100001 | 1000 | 1000110 | 1000001 | 1001101 |
Color Harmonies of #DDEA9D
Complementary color
Monochromatic Colors of #DDEA9D
Black with #DDEA9D
Text Example
Text Example
White with #DDEA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEA9D; }
p { color: rgb(221,234,157); }
H1.HeaderClassName
{
color: #DDEA9D;
}
.AnyTagClassName
{
color: #DDEA9D;
}
</style>
background-color css
<style>
a { background-color: #DDEA9D; }
a { background-color: rgb(221,234,157); }
div.DivClassName
{
background-color: #DDEA9D;
}
.BgClassName
{
background-color: #DDEA9D;
}
</style>
border-color css
<style>
span { border-color: #DDEA9D; }
span { border-color: rgb(221,234,157); }
td.TdClassName
{
border-color: #DDEA9D;
}
.TagClassName
{
border-color: #DDEA9D;
}
</style>