Shades of Reef #DDF0A0
Tints of Reef #DDF0A0
RGB
CMYK
RGB Variations
Color information
#DDF0A0 (or 0xDDF0A0) is known color: Reef. HEX triplet: DD, F0 and A0. RGB value is (221,240,160). Sum of RGB (Red+Green+Blue) = 221+240+160=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 240 (94.14% from 255 or 38.65% from 621); Blue value is 160 (62.89% from 255 or 25.76% from 621); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF0A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF0A0 is #220F5F. Grayscale: #E1E1E1. Windows color (decimal): -2232160 or 10547421. OLE color: 10547421.
HSL color Cylindrical-coordinate representation of color #DDF0A0: hue angle of 74.25º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDF0A0 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 240 | 160 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.06 |
| HSL | 74.25º | 0.73% | 0.78% | - |
| HSV(B) | 74.25º | 0.33% | 0.94% | - |
| XYZ | 67.32 | 80.23 | 45.2 | - |
| YUV | 225.2 | 91.21 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 240 | 160 | 0.08 | 0 | 0.33 | 0.06 | 74.25 | 0.73 | 0.78 |
| Hex | DD | F0 | A0 | 8 | 0 | 21 | 6 | 4A | 49 | 4E |
| Octal | 335 | 360 | 240 | 10 | 0 | 41 | 6 | 112 | 111 | 116 |
| Binary | 11011101 | 11110000 | 10100000 | 1000 | 0 | 100001 | 110 | 1001010 | 1001001 | 1001110 |
Color Harmonies of #DDF0A0
Complementary color
Monochromatic Colors of #DDF0A0
Black with #DDF0A0
Text Example
Text Example
White with #DDF0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF0A0; }
p { color: rgb(221,240,160); }
H1.HeaderClassName
{
color: #DDF0A0;
}
.AnyTagClassName
{
color: #DDF0A0;
}
</style>
background-color css
<style>
a { background-color: #DDF0A0; }
a { background-color: rgb(221,240,160); }
div.DivClassName
{
background-color: #DDF0A0;
}
.BgClassName
{
background-color: #DDF0A0;
}
</style>
border-color css
<style>
span { border-color: #DDF0A0; }
span { border-color: rgb(221,240,160); }
td.TdClassName
{
border-color: #DDF0A0;
}
.TagClassName
{
border-color: #DDF0A0;
}
</style>