Shades of Reef #DDFFA2
Tints of Reef #DDFFA2
RGB
CMYK
RGB Variations
Color information
#DDFFA2 (or 0xDDFFA2) is known color: Reef. HEX triplet: DD, FF and A2. RGB value is (221,255,162). Sum of RGB (Red+Green+Blue) = 221+255+162=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 255 (100% from 255 or 39.97% from 638); Blue value is 162 (63.67% from 255 or 25.39% from 638); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFFA2 is #22005D. Grayscale: #EAEAEA. Windows color (decimal): -2228318 or 10682333. OLE color: 10682333.
HSL color Cylindrical-coordinate representation of color #DDFFA2: hue angle of 81.94º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DDFFA2 is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 162 | - |
| CMYK | 0.13 | 0 | 0.36 | 0 |
| HSL | 81.94º | 1% | 0.82% | - |
| HSV(B) | 81.94º | 0.36% | 1% | - |
| XYZ | 72.1 | 89.5 | 47.66 | - |
| YUV | 234.23 | 87.24 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 162 | 0.13 | 0 | 0.36 | 0 | 81.94 | 1 | 0.82 |
| Hex | DD | FF | A2 | D | 0 | 24 | 0 | 52 | 64 | 52 |
| Octal | 335 | 377 | 242 | 15 | 0 | 44 | 0 | 122 | 144 | 122 |
| Binary | 11011101 | 11111111 | 10100010 | 1101 | 0 | 100100 | 0 | 1010010 | 1100100 | 1010010 |
Color Harmonies of #DDFFA2
Complementary color
Monochromatic Colors of #DDFFA2
Black with #DDFFA2
Text Example
Text Example
White with #DDFFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFFA2; }
p { color: rgb(221,255,162); }
H1.HeaderClassName
{
color: #DDFFA2;
}
.AnyTagClassName
{
color: #DDFFA2;
}
</style>
background-color css
<style>
a { background-color: #DDFFA2; }
a { background-color: rgb(221,255,162); }
div.DivClassName
{
background-color: #DDFFA2;
}
.BgClassName
{
background-color: #DDFFA2;
}
</style>
border-color css
<style>
span { border-color: #DDFFA2; }
span { border-color: rgb(221,255,162); }
td.TdClassName
{
border-color: #DDFFA2;
}
.TagClassName
{
border-color: #DDFFA2;
}
</style>