Shades of Reef #DDF7A7
Tints of Reef #DDF7A7
RGB
CMYK
RGB Variations
Color information
#DDF7A7 (or 0xDDF7A7) is known color: Reef. HEX triplet: DD, F7 and A7. RGB value is (221,247,167). Sum of RGB (Red+Green+Blue) = 221+247+167=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 247 (96.88% from 255 or 38.90% from 635); Blue value is 167 (65.62% from 255 or 26.30% from 635); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF7A7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF7A7 is #220858. Grayscale: #E6E6E6. Windows color (decimal): -2230361 or 11007965. OLE color: 11007965.
HSL color Cylindrical-coordinate representation of color #DDF7A7: hue angle of 79.5º degrees, saturation: 0.83, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDF7A7 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 247 | 167 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.03 |
| HSL | 79.5º | 0.83% | 0.81% | - |
| HSV(B) | 79.5º | 0.32% | 0.97% | - |
| XYZ | 70.05 | 84.68 | 49.21 | - |
| YUV | 230.11 | 92.39 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 247 | 167 | 0.11 | 0 | 0.32 | 0.03 | 79.5 | 0.83 | 0.81 |
| Hex | DD | F7 | A7 | B | 0 | 20 | 3 | 50 | 53 | 51 |
| Octal | 335 | 367 | 247 | 13 | 0 | 40 | 3 | 120 | 123 | 121 |
| Binary | 11011101 | 11110111 | 10100111 | 1011 | 0 | 100000 | 11 | 1010000 | 1010011 | 1010001 |
Color Harmonies of #DDF7A7
Complementary color
Monochromatic Colors of #DDF7A7
Black with #DDF7A7
Text Example
Text Example
White with #DDF7A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF7A7; }
p { color: rgb(221,247,167); }
H1.HeaderClassName
{
color: #DDF7A7;
}
.AnyTagClassName
{
color: #DDF7A7;
}
</style>
background-color css
<style>
a { background-color: #DDF7A7; }
a { background-color: rgb(221,247,167); }
div.DivClassName
{
background-color: #DDF7A7;
}
.BgClassName
{
background-color: #DDF7A7;
}
</style>
border-color css
<style>
span { border-color: #DDF7A7; }
span { border-color: rgb(221,247,167); }
td.TdClassName
{
border-color: #DDF7A7;
}
.TagClassName
{
border-color: #DDF7A7;
}
</style>