Shades of Reef #DDF0AF
Tints of Reef #DDF0AF
RGB
CMYK
RGB Variations
Color information
#DDF0AF (or 0xDDF0AF) is known color: Reef. HEX triplet: DD, F0 and AF. RGB value is (221,240,175). Sum of RGB (Red+Green+Blue) = 221+240+175=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 240 (94.14% from 255 or 37.74% from 636); Blue value is 175 (68.75% from 255 or 27.52% from 636); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF0AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF0AF is #220F50. Grayscale: #E3E3E3. Windows color (decimal): -2232145 or 11530461. OLE color: 11530461.
HSL color Cylindrical-coordinate representation of color #DDF0AF: hue angle of 77.54º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDF0AF is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 240 | 175 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.06 |
| HSL | 77.54º | 0.68% | 0.81% | - |
| HSV(B) | 77.54º | 0.27% | 0.94% | - |
| XYZ | 68.72 | 80.79 | 52.53 | - |
| YUV | 226.91 | 98.71 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 240 | 175 | 0.08 | 0 | 0.27 | 0.06 | 77.54 | 0.68 | 0.81 |
| Hex | DD | F0 | AF | 8 | 0 | 1B | 6 | 4E | 44 | 51 |
| Octal | 335 | 360 | 257 | 10 | 0 | 33 | 6 | 116 | 104 | 121 |
| Binary | 11011101 | 11110000 | 10101111 | 1000 | 0 | 11011 | 110 | 1001110 | 1000100 | 1010001 |
Color Harmonies of #DDF0AF
Complementary color
Monochromatic Colors of #DDF0AF
Black with #DDF0AF
Text Example
Text Example
White with #DDF0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF0AF; }
p { color: rgb(221,240,175); }
H1.HeaderClassName
{
color: #DDF0AF;
}
.AnyTagClassName
{
color: #DDF0AF;
}
</style>
background-color css
<style>
a { background-color: #DDF0AF; }
a { background-color: rgb(221,240,175); }
div.DivClassName
{
background-color: #DDF0AF;
}
.BgClassName
{
background-color: #DDF0AF;
}
</style>
border-color css
<style>
span { border-color: #DDF0AF; }
span { border-color: rgb(221,240,175); }
td.TdClassName
{
border-color: #DDF0AF;
}
.TagClassName
{
border-color: #DDF0AF;
}
</style>