Shades of Reef #DDFF9D
Tints of Reef #DDFF9D
RGB
CMYK
RGB Variations
Color information
#DDFF9D (or 0xDDFF9D) is known color: Reef. HEX triplet: DD, FF and 9D. RGB value is (221,255,157). Sum of RGB (Red+Green+Blue) = 221+255+157=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 157 (61.72% from 255 or 24.80% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFF9D is #220062. Grayscale: #EAEAEA. Windows color (decimal): -2228323 or 10354653. OLE color: 10354653.
HSL color Cylindrical-coordinate representation of color #DDFF9D: hue angle of 80.82º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DDFF9D is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 157 | - |
| CMYK | 0.13 | 0 | 0.38 | 0 |
| HSL | 80.82º | 1% | 0.81% | - |
| HSV(B) | 80.82º | 0.38% | 1% | - |
| XYZ | 71.66 | 89.33 | 45.36 | - |
| YUV | 233.66 | 84.74 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 157 | 0.13 | 0 | 0.38 | 0 | 80.82 | 1 | 0.81 |
| Hex | DD | FF | 9D | D | 0 | 26 | 0 | 51 | 64 | 51 |
| Octal | 335 | 377 | 235 | 15 | 0 | 46 | 0 | 121 | 144 | 121 |
| Binary | 11011101 | 11111111 | 10011101 | 1101 | 0 | 100110 | 0 | 1010001 | 1100100 | 1010001 |
Color Harmonies of #DDFF9D
Complementary color
Monochromatic Colors of #DDFF9D
Black with #DDFF9D
Text Example
Text Example
White with #DDFF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFF9D; }
p { color: rgb(221,255,157); }
H1.HeaderClassName
{
color: #DDFF9D;
}
.AnyTagClassName
{
color: #DDFF9D;
}
</style>
background-color css
<style>
a { background-color: #DDFF9D; }
a { background-color: rgb(221,255,157); }
div.DivClassName
{
background-color: #DDFF9D;
}
.BgClassName
{
background-color: #DDFF9D;
}
</style>
border-color css
<style>
span { border-color: #DDFF9D; }
span { border-color: rgb(221,255,157); }
td.TdClassName
{
border-color: #DDFF9D;
}
.TagClassName
{
border-color: #DDFF9D;
}
</style>