Shades of Reef #DDFAA6
Tints of Reef #DDFAA6
RGB
CMYK
RGB Variations
Color information
#DDFAA6 (or 0xDDFAA6) is known color: Reef. HEX triplet: DD, FA and A6. RGB value is (221,250,166). Sum of RGB (Red+Green+Blue) = 221+250+166=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 250 (98.05% from 255 or 39.25% from 637); Blue value is 166 (65.23% from 255 or 26.06% from 637); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFAA6 is #220559. Grayscale: #E8E8E8. Windows color (decimal): -2229594 or 10943197. OLE color: 10943197.
HSL color Cylindrical-coordinate representation of color #DDFAA6: hue angle of 80.71º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DDFAA6 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 250 | 166 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.02 |
| HSL | 80.71º | 0.89% | 0.82% | - |
| HSV(B) | 80.71º | 0.34% | 0.98% | - |
| XYZ | 70.89 | 86.5 | 49.04 | - |
| YUV | 231.75 | 90.89 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 250 | 166 | 0.12 | 0 | 0.34 | 0.02 | 80.71 | 0.89 | 0.82 |
| Hex | DD | FA | A6 | C | 0 | 22 | 2 | 51 | 59 | 52 |
| Octal | 335 | 372 | 246 | 14 | 0 | 42 | 2 | 121 | 131 | 122 |
| Binary | 11011101 | 11111010 | 10100110 | 1100 | 0 | 100010 | 10 | 1010001 | 1011001 | 1010010 |
Color Harmonies of #DDFAA6
Complementary color
Monochromatic Colors of #DDFAA6
Black with #DDFAA6
Text Example
Text Example
White with #DDFAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFAA6; }
p { color: rgb(221,250,166); }
H1.HeaderClassName
{
color: #DDFAA6;
}
.AnyTagClassName
{
color: #DDFAA6;
}
</style>
background-color css
<style>
a { background-color: #DDFAA6; }
a { background-color: rgb(221,250,166); }
div.DivClassName
{
background-color: #DDFAA6;
}
.BgClassName
{
background-color: #DDFAA6;
}
</style>
border-color css
<style>
span { border-color: #DDFAA6; }
span { border-color: rgb(221,250,166); }
td.TdClassName
{
border-color: #DDFAA6;
}
.TagClassName
{
border-color: #DDFAA6;
}
</style>