Shades of Reef #DDF7AD
Tints of Reef #DDF7AD
RGB
CMYK
RGB Variations
Color information
#DDF7AD (or 0xDDF7AD) is known color: Reef. HEX triplet: DD, F7 and AD. RGB value is (221,247,173). Sum of RGB (Red+Green+Blue) = 221+247+173=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 247 (96.88% from 255 or 38.53% from 641); Blue value is 173 (67.97% from 255 or 26.99% from 641); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF7AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF7AD is #220852. Grayscale: #E7E7E7. Windows color (decimal): -2230355 or 11401181. OLE color: 11401181.
HSL color Cylindrical-coordinate representation of color #DDF7AD: hue angle of 81.08º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDF7AD is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 247 | 173 | - |
| CMYK | 0.11 | 0 | 0.30 | 0.03 |
| HSL | 81.08º | 0.82% | 0.82% | - |
| HSV(B) | 81.08º | 0.3% | 0.97% | - |
| XYZ | 70.62 | 84.91 | 52.2 | - |
| YUV | 230.79 | 95.39 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 247 | 173 | 0.11 | 0 | 0.30 | 0.03 | 81.08 | 0.82 | 0.82 |
| Hex | DD | F7 | AD | B | 0 | 1E | 3 | 51 | 52 | 52 |
| Octal | 335 | 367 | 255 | 13 | 0 | 36 | 3 | 121 | 122 | 122 |
| Binary | 11011101 | 11110111 | 10101101 | 1011 | 0 | 11110 | 11 | 1010001 | 1010010 | 1010010 |
Color Harmonies of #DDF7AD
Complementary color
Monochromatic Colors of #DDF7AD
Black with #DDF7AD
Text Example
Text Example
White with #DDF7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF7AD; }
p { color: rgb(221,247,173); }
H1.HeaderClassName
{
color: #DDF7AD;
}
.AnyTagClassName
{
color: #DDF7AD;
}
</style>
background-color css
<style>
a { background-color: #DDF7AD; }
a { background-color: rgb(221,247,173); }
div.DivClassName
{
background-color: #DDF7AD;
}
.BgClassName
{
background-color: #DDF7AD;
}
</style>
border-color css
<style>
span { border-color: #DDF7AD; }
span { border-color: rgb(221,247,173); }
td.TdClassName
{
border-color: #DDF7AD;
}
.TagClassName
{
border-color: #DDF7AD;
}
</style>