Shades of Reef #DDF5AD
Tints of Reef #DDF5AD
RGB
CMYK
RGB Variations
Color information
#DDF5AD (or 0xDDF5AD) is known color: Reef. HEX triplet: DD, F5 and AD. RGB value is (221,245,173). Sum of RGB (Red+Green+Blue) = 221+245+173=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 245 (96.09% from 255 or 38.34% from 639); Blue value is 173 (67.97% from 255 or 27.07% from 639); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF5AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF5AD is #220A52. Grayscale: #E5E5E5. Windows color (decimal): -2230867 or 11400669. OLE color: 11400669.
HSL color Cylindrical-coordinate representation of color #DDF5AD: hue angle of 80º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDF5AD is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 245 | 173 | - |
| CMYK | 0.10 | 0 | 0.29 | 0.04 |
| HSL | 80º | 0.78% | 0.82% | - |
| HSV(B) | 80º | 0.29% | 0.96% | - |
| XYZ | 70.01 | 83.69 | 52 | - |
| YUV | 229.62 | 96.05 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 245 | 173 | 0.10 | 0 | 0.29 | 0.04 | 80 | 0.78 | 0.82 |
| Hex | DD | F5 | AD | A | 0 | 1D | 4 | 50 | 4E | 52 |
| Octal | 335 | 365 | 255 | 12 | 0 | 35 | 4 | 120 | 116 | 122 |
| Binary | 11011101 | 11110101 | 10101101 | 1010 | 0 | 11101 | 100 | 1010000 | 1001110 | 1010010 |
Color Harmonies of #DDF5AD
Complementary color
Monochromatic Colors of #DDF5AD
Black with #DDF5AD
Text Example
Text Example
White with #DDF5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF5AD; }
p { color: rgb(221,245,173); }
H1.HeaderClassName
{
color: #DDF5AD;
}
.AnyTagClassName
{
color: #DDF5AD;
}
</style>
background-color css
<style>
a { background-color: #DDF5AD; }
a { background-color: rgb(221,245,173); }
div.DivClassName
{
background-color: #DDF5AD;
}
.BgClassName
{
background-color: #DDF5AD;
}
</style>
border-color css
<style>
span { border-color: #DDF5AD; }
span { border-color: rgb(221,245,173); }
td.TdClassName
{
border-color: #DDF5AD;
}
.TagClassName
{
border-color: #DDF5AD;
}
</style>