Shades of Reef #DDF6AD
Tints of Reef #DDF6AD
RGB
CMYK
RGB Variations
Color information
#DDF6AD (or 0xDDF6AD) is known color: Reef. HEX triplet: DD, F6 and AD. RGB value is (221,246,173). Sum of RGB (Red+Green+Blue) = 221+246+173=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 246 (96.48% from 255 or 38.44% from 640); Blue value is 173 (67.97% from 255 or 27.03% from 640); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF6AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF6AD is #220952. Grayscale: #E6E6E6. Windows color (decimal): -2230611 or 11400925. OLE color: 11400925.
HSL color Cylindrical-coordinate representation of color #DDF6AD: hue angle of 80.55º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDF6AD is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 246 | 173 | - |
| CMYK | 0.10 | 0 | 0.30 | 0.04 |
| HSL | 80.55º | 0.8% | 0.82% | - |
| HSV(B) | 80.55º | 0.3% | 0.96% | - |
| XYZ | 70.32 | 84.3 | 52.1 | - |
| YUV | 230.2 | 95.72 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 246 | 173 | 0.10 | 0 | 0.30 | 0.04 | 80.55 | 0.8 | 0.82 |
| Hex | DD | F6 | AD | A | 0 | 1E | 4 | 51 | 50 | 52 |
| Octal | 335 | 366 | 255 | 12 | 0 | 36 | 4 | 121 | 120 | 122 |
| Binary | 11011101 | 11110110 | 10101101 | 1010 | 0 | 11110 | 100 | 1010001 | 1010000 | 1010010 |
Color Harmonies of #DDF6AD
Complementary color
Monochromatic Colors of #DDF6AD
Black with #DDF6AD
Text Example
Text Example
White with #DDF6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF6AD; }
p { color: rgb(221,246,173); }
H1.HeaderClassName
{
color: #DDF6AD;
}
.AnyTagClassName
{
color: #DDF6AD;
}
</style>
background-color css
<style>
a { background-color: #DDF6AD; }
a { background-color: rgb(221,246,173); }
div.DivClassName
{
background-color: #DDF6AD;
}
.BgClassName
{
background-color: #DDF6AD;
}
</style>
border-color css
<style>
span { border-color: #DDF6AD; }
span { border-color: rgb(221,246,173); }
td.TdClassName
{
border-color: #DDF6AD;
}
.TagClassName
{
border-color: #DDF6AD;
}
</style>