Shades of Reef #DDF2AC
Tints of Reef #DDF2AC
RGB
CMYK
RGB Variations
Color information
#DDF2AC (or 0xDDF2AC) is known color: Reef. HEX triplet: DD, F2 and AC. RGB value is (221,242,172). Sum of RGB (Red+Green+Blue) = 221+242+172=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 242 (94.92% from 255 or 38.11% from 635); Blue value is 172 (67.58% from 255 or 27.09% from 635); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF2AC is #220D53. Grayscale: #E4E4E4. Windows color (decimal): -2231636 or 11334365. OLE color: 11334365.
HSL color Cylindrical-coordinate representation of color #DDF2AC: hue angle of 78º 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 #DDF2AC is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 172 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.05 |
| HSL | 78º | 0.73% | 0.81% | - |
| HSV(B) | 78º | 0.29% | 0.95% | - |
| XYZ | 69.02 | 81.85 | 51.19 | - |
| YUV | 227.74 | 96.54 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 172 | 0.09 | 0 | 0.29 | 0.05 | 78 | 0.73 | 0.81 |
| Hex | DD | F2 | AC | 9 | 0 | 1D | 5 | 4E | 49 | 51 |
| Octal | 335 | 362 | 254 | 11 | 0 | 35 | 5 | 116 | 111 | 121 |
| Binary | 11011101 | 11110010 | 10101100 | 1001 | 0 | 11101 | 101 | 1001110 | 1001001 | 1010001 |
Color Harmonies of #DDF2AC
Complementary color
Monochromatic Colors of #DDF2AC
Black with #DDF2AC
Text Example
Text Example
White with #DDF2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF2AC; }
p { color: rgb(221,242,172); }
H1.HeaderClassName
{
color: #DDF2AC;
}
.AnyTagClassName
{
color: #DDF2AC;
}
</style>
background-color css
<style>
a { background-color: #DDF2AC; }
a { background-color: rgb(221,242,172); }
div.DivClassName
{
background-color: #DDF2AC;
}
.BgClassName
{
background-color: #DDF2AC;
}
</style>
border-color css
<style>
span { border-color: #DDF2AC; }
span { border-color: rgb(221,242,172); }
td.TdClassName
{
border-color: #DDF2AC;
}
.TagClassName
{
border-color: #DDF2AC;
}
</style>