Shades of Reef #DDFE9D
Tints of Reef #DDFE9D
RGB
CMYK
RGB Variations
Color information
#DDFE9D (or 0xDDFE9D) is known color: Reef. HEX triplet: DD, FE and 9D. RGB value is (221,254,157). Sum of RGB (Red+Green+Blue) = 221+254+157=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 254 (99.61% from 255 or 40.19% from 632); Blue value is 157 (61.72% from 255 or 24.84% from 632); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFE9D is #220162. Grayscale: #E9E9E9. Windows color (decimal): -2228579 or 10354397. OLE color: 10354397.
HSL color Cylindrical-coordinate representation of color #DDFE9D: hue angle of 80.41º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DDFE9D is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 157 | - |
| CMYK | 0.13 | 0 | 0.38 | 0.00 |
| HSL | 80.41º | 0.98% | 0.81% | - |
| HSV(B) | 80.41º | 0.38% | 1% | - |
| XYZ | 71.35 | 88.69 | 45.26 | - |
| YUV | 233.08 | 85.07 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 157 | 0.13 | 0 | 0.38 | 0.00 | 80.41 | 0.98 | 0.81 |
| Hex | DD | FE | 9D | D | 0 | 26 | 0 | 50 | 62 | 51 |
| Octal | 335 | 376 | 235 | 15 | 0 | 46 | 0 | 120 | 142 | 121 |
| Binary | 11011101 | 11111110 | 10011101 | 1101 | 0 | 100110 | 0 | 1010000 | 1100010 | 1010001 |
Color Harmonies of #DDFE9D
Complementary color
Monochromatic Colors of #DDFE9D
Black with #DDFE9D
Text Example
Text Example
White with #DDFE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFE9D; }
p { color: rgb(221,254,157); }
H1.HeaderClassName
{
color: #DDFE9D;
}
.AnyTagClassName
{
color: #DDFE9D;
}
</style>
background-color css
<style>
a { background-color: #DDFE9D; }
a { background-color: rgb(221,254,157); }
div.DivClassName
{
background-color: #DDFE9D;
}
.BgClassName
{
background-color: #DDFE9D;
}
</style>
border-color css
<style>
span { border-color: #DDFE9D; }
span { border-color: rgb(221,254,157); }
td.TdClassName
{
border-color: #DDFE9D;
}
.TagClassName
{
border-color: #DDFE9D;
}
</style>