Shades of Reef #DDEFA9
Tints of Reef #DDEFA9
RGB
CMYK
RGB Variations
Color information
#DDEFA9 (or 0xDDEFA9) is known color: Reef. HEX triplet: DD, EF and A9. RGB value is (221,239,169). Sum of RGB (Red+Green+Blue) = 221+239+169=629 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.14% from 629); Green value is 239 (93.75% from 255 or 38.00% from 629); Blue value is 169 (66.41% from 255 or 26.87% from 629); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEFA9 is #221056. Grayscale: #E1E1E1. Windows color (decimal): -2232407 or 11136989. OLE color: 11136989.
HSL color Cylindrical-coordinate representation of color #DDEFA9: hue angle of 75.43º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDEFA9 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 169 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.06 |
| HSL | 75.43º | 0.69% | 0.8% | - |
| HSV(B) | 75.43º | 0.29% | 0.94% | - |
| XYZ | 67.85 | 79.97 | 49.4 | - |
| YUV | 225.64 | 96.04 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 169 | 0.08 | 0 | 0.29 | 0.06 | 75.43 | 0.69 | 0.8 |
| Hex | DD | EF | A9 | 8 | 0 | 1D | 6 | 4B | 45 | 50 |
| Octal | 335 | 357 | 251 | 10 | 0 | 35 | 6 | 113 | 105 | 120 |
| Binary | 11011101 | 11101111 | 10101001 | 1000 | 0 | 11101 | 110 | 1001011 | 1000101 | 1010000 |
Color Harmonies of #DDEFA9
Complementary color
Monochromatic Colors of #DDEFA9
Black with #DDEFA9
Text Example
Text Example
White with #DDEFA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEFA9; }
p { color: rgb(221,239,169); }
H1.HeaderClassName
{
color: #DDEFA9;
}
.AnyTagClassName
{
color: #DDEFA9;
}
</style>
background-color css
<style>
a { background-color: #DDEFA9; }
a { background-color: rgb(221,239,169); }
div.DivClassName
{
background-color: #DDEFA9;
}
.BgClassName
{
background-color: #DDEFA9;
}
</style>
border-color css
<style>
span { border-color: #DDEFA9; }
span { border-color: rgb(221,239,169); }
td.TdClassName
{
border-color: #DDEFA9;
}
.TagClassName
{
border-color: #DDEFA9;
}
</style>