Shades of Reef #DDEF9D
Tints of Reef #DDEF9D
RGB
CMYK
RGB Variations
Color information
#DDEF9D (or 0xDDEF9D) is known color: Reef. HEX triplet: DD, EF and 9D. RGB value is (221,239,157). Sum of RGB (Red+Green+Blue) = 221+239+157=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 239 (93.75% from 255 or 38.74% from 617); Blue value is 157 (61.72% from 255 or 25.45% from 617); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEF9D is #221062. Grayscale: #E0E0E0. Windows color (decimal): -2232419 or 10350557. OLE color: 10350557.
HSL color Cylindrical-coordinate representation of color #DDEF9D: hue angle of 73.17º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DDEF9D is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 157 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.06 |
| HSL | 73.17º | 0.72% | 0.78% | - |
| HSV(B) | 73.17º | 0.34% | 0.94% | - |
| XYZ | 66.77 | 79.54 | 43.73 | - |
| YUV | 224.27 | 90.04 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 157 | 0.08 | 0 | 0.34 | 0.06 | 73.17 | 0.72 | 0.78 |
| Hex | DD | EF | 9D | 8 | 0 | 22 | 6 | 49 | 48 | 4E |
| Octal | 335 | 357 | 235 | 10 | 0 | 42 | 6 | 111 | 110 | 116 |
| Binary | 11011101 | 11101111 | 10011101 | 1000 | 0 | 100010 | 110 | 1001001 | 1001000 | 1001110 |
Color Harmonies of #DDEF9D
Complementary color
Monochromatic Colors of #DDEF9D
Black with #DDEF9D
Text Example
Text Example
White with #DDEF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEF9D; }
p { color: rgb(221,239,157); }
H1.HeaderClassName
{
color: #DDEF9D;
}
.AnyTagClassName
{
color: #DDEF9D;
}
</style>
background-color css
<style>
a { background-color: #DDEF9D; }
a { background-color: rgb(221,239,157); }
div.DivClassName
{
background-color: #DDEF9D;
}
.BgClassName
{
background-color: #DDEF9D;
}
</style>
border-color css
<style>
span { border-color: #DDEF9D; }
span { border-color: rgb(221,239,157); }
td.TdClassName
{
border-color: #DDEF9D;
}
.TagClassName
{
border-color: #DDEF9D;
}
</style>