Shades of Reef #DDFAA5
Tints of Reef #DDFAA5
RGB
CMYK
RGB Variations
Color information
#DDFAA5 (or 0xDDFAA5) is known color: Reef. HEX triplet: DD, FA and A5. RGB value is (221,250,165). Sum of RGB (Red+Green+Blue) = 221+250+165=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 250 (98.05% from 255 or 39.31% from 636); Blue value is 165 (64.84% from 255 or 25.94% from 636); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFAA5 is #22055A. Grayscale: #E7E7E7. Windows color (decimal): -2229595 or 10877661. OLE color: 10877661.
HSL color Cylindrical-coordinate representation of color #DDFAA5: hue angle of 80.47º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DDFAA5 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 250 | 165 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.02 |
| HSL | 80.47º | 0.89% | 0.81% | - |
| HSV(B) | 80.47º | 0.34% | 0.98% | - |
| XYZ | 70.8 | 86.46 | 48.55 | - |
| YUV | 231.64 | 90.39 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 250 | 165 | 0.12 | 0 | 0.34 | 0.02 | 80.47 | 0.89 | 0.81 |
| Hex | DD | FA | A5 | C | 0 | 22 | 2 | 50 | 59 | 51 |
| Octal | 335 | 372 | 245 | 14 | 0 | 42 | 2 | 120 | 131 | 121 |
| Binary | 11011101 | 11111010 | 10100101 | 1100 | 0 | 100010 | 10 | 1010000 | 1011001 | 1010001 |
Color Harmonies of #DDFAA5
Complementary color
Monochromatic Colors of #DDFAA5
Black with #DDFAA5
Text Example
Text Example
White with #DDFAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFAA5; }
p { color: rgb(221,250,165); }
H1.HeaderClassName
{
color: #DDFAA5;
}
.AnyTagClassName
{
color: #DDFAA5;
}
</style>
background-color css
<style>
a { background-color: #DDFAA5; }
a { background-color: rgb(221,250,165); }
div.DivClassName
{
background-color: #DDFAA5;
}
.BgClassName
{
background-color: #DDFAA5;
}
</style>
border-color css
<style>
span { border-color: #DDFAA5; }
span { border-color: rgb(221,250,165); }
td.TdClassName
{
border-color: #DDFAA5;
}
.TagClassName
{
border-color: #DDFAA5;
}
</style>