Shades of Reef #DDF0AD
Tints of Reef #DDF0AD
RGB
CMYK
RGB Variations
Color information
#DDF0AD (or 0xDDF0AD) is known color: Reef. HEX triplet: DD, F0 and AD. RGB value is (221,240,173). Sum of RGB (Red+Green+Blue) = 221+240+173=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 240 (94.14% from 255 or 37.85% from 634); Blue value is 173 (67.97% from 255 or 27.29% from 634); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF0AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF0AD is #220F52. Grayscale: #E2E2E2. Windows color (decimal): -2232147 or 11399389. OLE color: 11399389.
HSL color Cylindrical-coordinate representation of color #DDF0AD: hue angle of 77.01º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDF0AD is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 240 | 173 | - |
| CMYK | 0.08 | 0 | 0.28 | 0.06 |
| HSL | 77.01º | 0.69% | 0.81% | - |
| HSV(B) | 77.01º | 0.28% | 0.94% | - |
| XYZ | 68.52 | 80.71 | 51.5 | - |
| YUV | 226.68 | 97.71 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 240 | 173 | 0.08 | 0 | 0.28 | 0.06 | 77.01 | 0.69 | 0.81 |
| Hex | DD | F0 | AD | 8 | 0 | 1C | 6 | 4D | 45 | 51 |
| Octal | 335 | 360 | 255 | 10 | 0 | 34 | 6 | 115 | 105 | 121 |
| Binary | 11011101 | 11110000 | 10101101 | 1000 | 0 | 11100 | 110 | 1001101 | 1000101 | 1010001 |
Color Harmonies of #DDF0AD
Complementary color
Monochromatic Colors of #DDF0AD
Black with #DDF0AD
Text Example
Text Example
White with #DDF0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF0AD; }
p { color: rgb(221,240,173); }
H1.HeaderClassName
{
color: #DDF0AD;
}
.AnyTagClassName
{
color: #DDF0AD;
}
</style>
background-color css
<style>
a { background-color: #DDF0AD; }
a { background-color: rgb(221,240,173); }
div.DivClassName
{
background-color: #DDF0AD;
}
.BgClassName
{
background-color: #DDF0AD;
}
</style>
border-color css
<style>
span { border-color: #DDF0AD; }
span { border-color: rgb(221,240,173); }
td.TdClassName
{
border-color: #DDF0AD;
}
.TagClassName
{
border-color: #DDF0AD;
}
</style>