Shades of Reef #DDFFA1
Tints of Reef #DDFFA1
RGB
CMYK
RGB Variations
Color information
#DDFFA1 (or 0xDDFFA1) is known color: Reef. HEX triplet: DD, FF and A1. RGB value is (221,255,161). Sum of RGB (Red+Green+Blue) = 221+255+161=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 255 (100% from 255 or 40.03% from 637); Blue value is 161 (63.28% from 255 or 25.27% from 637); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFFA1 is #22005E. Grayscale: #EAEAEA. Windows color (decimal): -2228319 or 10616797. OLE color: 10616797.
HSL color Cylindrical-coordinate representation of color #DDFFA1: hue angle of 81.7º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDFFA1 is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 161 | - |
| CMYK | 0.13 | 0 | 0.37 | 0 |
| HSL | 81.7º | 1% | 0.82% | - |
| HSV(B) | 81.7º | 0.37% | 1% | - |
| XYZ | 72.01 | 89.47 | 47.19 | - |
| YUV | 234.12 | 86.74 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 161 | 0.13 | 0 | 0.37 | 0 | 81.7 | 1 | 0.82 |
| Hex | DD | FF | A1 | D | 0 | 25 | 0 | 52 | 64 | 52 |
| Octal | 335 | 377 | 241 | 15 | 0 | 45 | 0 | 122 | 144 | 122 |
| Binary | 11011101 | 11111111 | 10100001 | 1101 | 0 | 100101 | 0 | 1010010 | 1100100 | 1010010 |
Color Harmonies of #DDFFA1
Complementary color
Monochromatic Colors of #DDFFA1
Black with #DDFFA1
Text Example
Text Example
White with #DDFFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFFA1; }
p { color: rgb(221,255,161); }
H1.HeaderClassName
{
color: #DDFFA1;
}
.AnyTagClassName
{
color: #DDFFA1;
}
</style>
background-color css
<style>
a { background-color: #DDFFA1; }
a { background-color: rgb(221,255,161); }
div.DivClassName
{
background-color: #DDFFA1;
}
.BgClassName
{
background-color: #DDFFA1;
}
</style>
border-color css
<style>
span { border-color: #DDFFA1; }
span { border-color: rgb(221,255,161); }
td.TdClassName
{
border-color: #DDFFA1;
}
.TagClassName
{
border-color: #DDFFA1;
}
</style>