Shades of Reef #DDF9AD
Tints of Reef #DDF9AD
RGB
CMYK
RGB Variations
Color information
#DDF9AD (or 0xDDF9AD) is known color: Reef. HEX triplet: DD, F9 and AD. RGB value is (221,249,173). Sum of RGB (Red+Green+Blue) = 221+249+173=643 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.37% from 643); Green value is 249 (97.66% from 255 or 38.72% from 643); Blue value is 173 (67.97% from 255 or 26.91% from 643); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF9AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF9AD is #220652. Grayscale: #E8E8E8. Windows color (decimal): -2229843 or 11401693. OLE color: 11401693.
HSL color Cylindrical-coordinate representation of color #DDF9AD: hue angle of 82.11º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDF9AD is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 249 | 173 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.02 |
| HSL | 82.11º | 0.86% | 0.83% | - |
| HSV(B) | 82.11º | 0.31% | 0.98% | - |
| XYZ | 71.24 | 86.14 | 52.41 | - |
| YUV | 231.96 | 94.72 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 249 | 173 | 0.11 | 0 | 0.31 | 0.02 | 82.11 | 0.86 | 0.83 |
| Hex | DD | F9 | AD | B | 0 | 1F | 2 | 52 | 56 | 53 |
| Octal | 335 | 371 | 255 | 13 | 0 | 37 | 2 | 122 | 126 | 123 |
| Binary | 11011101 | 11111001 | 10101101 | 1011 | 0 | 11111 | 10 | 1010010 | 1010110 | 1010011 |
Color Harmonies of #DDF9AD
Complementary color
Monochromatic Colors of #DDF9AD
Black with #DDF9AD
Text Example
Text Example
White with #DDF9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF9AD; }
p { color: rgb(221,249,173); }
H1.HeaderClassName
{
color: #DDF9AD;
}
.AnyTagClassName
{
color: #DDF9AD;
}
</style>
background-color css
<style>
a { background-color: #DDF9AD; }
a { background-color: rgb(221,249,173); }
div.DivClassName
{
background-color: #DDF9AD;
}
.BgClassName
{
background-color: #DDF9AD;
}
</style>
border-color css
<style>
span { border-color: #DDF9AD; }
span { border-color: rgb(221,249,173); }
td.TdClassName
{
border-color: #DDF9AD;
}
.TagClassName
{
border-color: #DDF9AD;
}
</style>