Shades of Reef #DDF7A2
Tints of Reef #DDF7A2
RGB
CMYK
RGB Variations
Color information
#DDF7A2 (or 0xDDF7A2) is known color: Reef. HEX triplet: DD, F7 and A2. RGB value is (221,247,162). Sum of RGB (Red+Green+Blue) = 221+247+162=630 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.08% from 630); Green value is 247 (96.88% from 255 or 39.21% from 630); Blue value is 162 (63.67% from 255 or 25.71% from 630); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF7A2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF7A2 is #22085D. Grayscale: #E5E5E5. Windows color (decimal): -2230366 or 10680285. OLE color: 10680285.
HSL color Cylindrical-coordinate representation of color #DDF7A2: hue angle of 78.35º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DDF7A2 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 247 | 162 | - |
| CMYK | 0.11 | 0 | 0.34 | 0.03 |
| HSL | 78.35º | 0.84% | 0.8% | - |
| HSV(B) | 78.35º | 0.34% | 0.97% | - |
| XYZ | 69.6 | 84.5 | 46.82 | - |
| YUV | 229.54 | 89.89 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 247 | 162 | 0.11 | 0 | 0.34 | 0.03 | 78.35 | 0.84 | 0.8 |
| Hex | DD | F7 | A2 | B | 0 | 22 | 3 | 4E | 54 | 50 |
| Octal | 335 | 367 | 242 | 13 | 0 | 42 | 3 | 116 | 124 | 120 |
| Binary | 11011101 | 11110111 | 10100010 | 1011 | 0 | 100010 | 11 | 1001110 | 1010100 | 1010000 |
Color Harmonies of #DDF7A2
Complementary color
Monochromatic Colors of #DDF7A2
Black with #DDF7A2
Text Example
Text Example
White with #DDF7A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF7A2; }
p { color: rgb(221,247,162); }
H1.HeaderClassName
{
color: #DDF7A2;
}
.AnyTagClassName
{
color: #DDF7A2;
}
</style>
background-color css
<style>
a { background-color: #DDF7A2; }
a { background-color: rgb(221,247,162); }
div.DivClassName
{
background-color: #DDF7A2;
}
.BgClassName
{
background-color: #DDF7A2;
}
</style>
border-color css
<style>
span { border-color: #DDF7A2; }
span { border-color: rgb(221,247,162); }
td.TdClassName
{
border-color: #DDF7A2;
}
.TagClassName
{
border-color: #DDF7A2;
}
</style>