Shades of Reef #DDF2AD
Tints of Reef #DDF2AD
RGB
CMYK
RGB Variations
Color information
#DDF2AD (or 0xDDF2AD) is known color: Reef. HEX triplet: DD, F2 and AD. RGB value is (221,242,173). Sum of RGB (Red+Green+Blue) = 221+242+173=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 242 (94.92% from 255 or 38.05% from 636); Blue value is 173 (67.97% from 255 or 27.20% from 636); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF2AD is #220D52. Grayscale: #E4E4E4. Windows color (decimal): -2231635 or 11399901. OLE color: 11399901.
HSL color Cylindrical-coordinate representation of color #DDF2AD: hue angle of 78.26º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDF2AD is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 173 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.05 |
| HSL | 78.26º | 0.73% | 0.81% | - |
| HSV(B) | 78.26º | 0.29% | 0.95% | - |
| XYZ | 69.11 | 81.89 | 51.7 | - |
| YUV | 227.86 | 97.04 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 173 | 0.09 | 0 | 0.29 | 0.05 | 78.26 | 0.73 | 0.81 |
| Hex | DD | F2 | AD | 9 | 0 | 1D | 5 | 4E | 49 | 51 |
| Octal | 335 | 362 | 255 | 11 | 0 | 35 | 5 | 116 | 111 | 121 |
| Binary | 11011101 | 11110010 | 10101101 | 1001 | 0 | 11101 | 101 | 1001110 | 1001001 | 1010001 |
Color Harmonies of #DDF2AD
Complementary color
Monochromatic Colors of #DDF2AD
Black with #DDF2AD
Text Example
Text Example
White with #DDF2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF2AD; }
p { color: rgb(221,242,173); }
H1.HeaderClassName
{
color: #DDF2AD;
}
.AnyTagClassName
{
color: #DDF2AD;
}
</style>
background-color css
<style>
a { background-color: #DDF2AD; }
a { background-color: rgb(221,242,173); }
div.DivClassName
{
background-color: #DDF2AD;
}
.BgClassName
{
background-color: #DDF2AD;
}
</style>
border-color css
<style>
span { border-color: #DDF2AD; }
span { border-color: rgb(221,242,173); }
td.TdClassName
{
border-color: #DDF2AD;
}
.TagClassName
{
border-color: #DDF2AD;
}
</style>