Shades of Reef #DDEDA9
Tints of Reef #DDEDA9
RGB
CMYK
RGB Variations
Color information
#DDEDA9 (or 0xDDEDA9) is known color: Reef. HEX triplet: DD, ED and A9. RGB value is (221,237,169). Sum of RGB (Red+Green+Blue) = 221+237+169=627 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.25% from 627); Green value is 237 (92.97% from 255 or 37.80% from 627); Blue value is 169 (66.41% from 255 or 26.95% from 627); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEDA9 is #221256. Grayscale: #E0E0E0. Windows color (decimal): -2232919 or 11136477. OLE color: 11136477.
HSL color Cylindrical-coordinate representation of color #DDEDA9: hue angle of 74.12º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDEDA9 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 237 | 169 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.07 |
| HSL | 74.12º | 0.65% | 0.8% | - |
| HSV(B) | 74.12º | 0.29% | 0.93% | - |
| XYZ | 67.26 | 78.81 | 49.2 | - |
| YUV | 224.46 | 96.7 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 237 | 169 | 0.07 | 0 | 0.29 | 0.07 | 74.12 | 0.65 | 0.8 |
| Hex | DD | ED | A9 | 7 | 0 | 1D | 7 | 4A | 41 | 50 |
| Octal | 335 | 355 | 251 | 7 | 0 | 35 | 7 | 112 | 101 | 120 |
| Binary | 11011101 | 11101101 | 10101001 | 111 | 0 | 11101 | 111 | 1001010 | 1000001 | 1010000 |
Color Harmonies of #DDEDA9
Complementary color
Monochromatic Colors of #DDEDA9
Black with #DDEDA9
Text Example
Text Example
White with #DDEDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEDA9; }
p { color: rgb(221,237,169); }
H1.HeaderClassName
{
color: #DDEDA9;
}
.AnyTagClassName
{
color: #DDEDA9;
}
</style>
background-color css
<style>
a { background-color: #DDEDA9; }
a { background-color: rgb(221,237,169); }
div.DivClassName
{
background-color: #DDEDA9;
}
.BgClassName
{
background-color: #DDEDA9;
}
</style>
border-color css
<style>
span { border-color: #DDEDA9; }
span { border-color: rgb(221,237,169); }
td.TdClassName
{
border-color: #DDEDA9;
}
.TagClassName
{
border-color: #DDEDA9;
}
</style>