Shades of Reef #DDF5A0
Tints of Reef #DDF5A0
RGB
CMYK
RGB Variations
Color information
#DDF5A0 (or 0xDDF5A0) is known color: Reef. HEX triplet: DD, F5 and A0. RGB value is (221,245,160). Sum of RGB (Red+Green+Blue) = 221+245+160=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 245 (96.09% from 255 or 39.14% from 626); Blue value is 160 (62.89% from 255 or 25.56% from 626); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF5A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF5A0 is #220A5F. Grayscale: #E4E4E4. Windows color (decimal): -2230880 or 10548701. OLE color: 10548701.
HSL color Cylindrical-coordinate representation of color #DDF5A0: hue angle of 76.94º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DDF5A0 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 245 | 160 | - |
| CMYK | 0.10 | 0 | 0.35 | 0.04 |
| HSL | 76.94º | 0.81% | 0.79% | - |
| HSV(B) | 76.94º | 0.35% | 0.96% | - |
| XYZ | 68.82 | 83.22 | 45.69 | - |
| YUV | 228.13 | 89.55 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 245 | 160 | 0.10 | 0 | 0.35 | 0.04 | 76.94 | 0.81 | 0.79 |
| Hex | DD | F5 | A0 | A | 0 | 23 | 4 | 4D | 51 | 4F |
| Octal | 335 | 365 | 240 | 12 | 0 | 43 | 4 | 115 | 121 | 117 |
| Binary | 11011101 | 11110101 | 10100000 | 1010 | 0 | 100011 | 100 | 1001101 | 1010001 | 1001111 |
Color Harmonies of #DDF5A0
Complementary color
Monochromatic Colors of #DDF5A0
Black with #DDF5A0
Text Example
Text Example
White with #DDF5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF5A0; }
p { color: rgb(221,245,160); }
H1.HeaderClassName
{
color: #DDF5A0;
}
.AnyTagClassName
{
color: #DDF5A0;
}
</style>
background-color css
<style>
a { background-color: #DDF5A0; }
a { background-color: rgb(221,245,160); }
div.DivClassName
{
background-color: #DDF5A0;
}
.BgClassName
{
background-color: #DDF5A0;
}
</style>
border-color css
<style>
span { border-color: #DDF5A0; }
span { border-color: rgb(221,245,160); }
td.TdClassName
{
border-color: #DDF5A0;
}
.TagClassName
{
border-color: #DDF5A0;
}
</style>