Shades of Reef #DDFAA2
Tints of Reef #DDFAA2
RGB
CMYK
RGB Variations
Color information
#DDFAA2 (or 0xDDFAA2) is known color: Reef. HEX triplet: DD, FA and A2. RGB value is (221,250,162). Sum of RGB (Red+Green+Blue) = 221+250+162=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 250 (98.05% from 255 or 39.49% from 633); Blue value is 162 (63.67% from 255 or 25.59% from 633); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFAA2 is #22055D. Grayscale: #E7E7E7. Windows color (decimal): -2229598 or 10681053. OLE color: 10681053.
HSL color Cylindrical-coordinate representation of color #DDFAA2: hue angle of 79.77º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DDFAA2 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 250 | 162 | - |
| CMYK | 0.12 | 0 | 0.35 | 0.02 |
| HSL | 79.77º | 0.9% | 0.81% | - |
| HSV(B) | 79.77º | 0.35% | 0.98% | - |
| XYZ | 70.53 | 86.35 | 47.13 | - |
| YUV | 231.3 | 88.89 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 250 | 162 | 0.12 | 0 | 0.35 | 0.02 | 79.77 | 0.9 | 0.81 |
| Hex | DD | FA | A2 | C | 0 | 23 | 2 | 50 | 5A | 51 |
| Octal | 335 | 372 | 242 | 14 | 0 | 43 | 2 | 120 | 132 | 121 |
| Binary | 11011101 | 11111010 | 10100010 | 1100 | 0 | 100011 | 10 | 1010000 | 1011010 | 1010001 |
Color Harmonies of #DDFAA2
Complementary color
Monochromatic Colors of #DDFAA2
Black with #DDFAA2
Text Example
Text Example
White with #DDFAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFAA2; }
p { color: rgb(221,250,162); }
H1.HeaderClassName
{
color: #DDFAA2;
}
.AnyTagClassName
{
color: #DDFAA2;
}
</style>
background-color css
<style>
a { background-color: #DDFAA2; }
a { background-color: rgb(221,250,162); }
div.DivClassName
{
background-color: #DDFAA2;
}
.BgClassName
{
background-color: #DDFAA2;
}
</style>
border-color css
<style>
span { border-color: #DDFAA2; }
span { border-color: rgb(221,250,162); }
td.TdClassName
{
border-color: #DDFAA2;
}
.TagClassName
{
border-color: #DDFAA2;
}
</style>