Shades of Reef #DDFAAB
Tints of Reef #DDFAAB
RGB
CMYK
RGB Variations
Color information
#DDFAAB (or 0xDDFAAB) is known color: Reef. HEX triplet: DD, FA and AB. RGB value is (221,250,171). Sum of RGB (Red+Green+Blue) = 221+250+171=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 250 (98.05% from 255 or 38.94% from 642); Blue value is 171 (67.19% from 255 or 26.64% from 642); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFAAB is #220554. Grayscale: #E8E8E8. Windows color (decimal): -2229589 or 11270877. OLE color: 11270877.
HSL color Cylindrical-coordinate representation of color #DDFAAB: hue angle of 82.03º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDFAAB is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 250 | 171 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.02 |
| HSL | 82.03º | 0.89% | 0.83% | - |
| HSV(B) | 82.03º | 0.32% | 0.98% | - |
| XYZ | 71.36 | 86.68 | 51.5 | - |
| YUV | 232.32 | 93.39 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 250 | 171 | 0.12 | 0 | 0.32 | 0.02 | 82.03 | 0.89 | 0.83 |
| Hex | DD | FA | AB | C | 0 | 20 | 2 | 52 | 59 | 53 |
| Octal | 335 | 372 | 253 | 14 | 0 | 40 | 2 | 122 | 131 | 123 |
| Binary | 11011101 | 11111010 | 10101011 | 1100 | 0 | 100000 | 10 | 1010010 | 1011001 | 1010011 |
Color Harmonies of #DDFAAB
Complementary color
Monochromatic Colors of #DDFAAB
Black with #DDFAAB
Text Example
Text Example
White with #DDFAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFAAB; }
p { color: rgb(221,250,171); }
H1.HeaderClassName
{
color: #DDFAAB;
}
.AnyTagClassName
{
color: #DDFAAB;
}
</style>
background-color css
<style>
a { background-color: #DDFAAB; }
a { background-color: rgb(221,250,171); }
div.DivClassName
{
background-color: #DDFAAB;
}
.BgClassName
{
background-color: #DDFAAB;
}
</style>
border-color css
<style>
span { border-color: #DDFAAB; }
span { border-color: rgb(221,250,171); }
td.TdClassName
{
border-color: #DDFAAB;
}
.TagClassName
{
border-color: #DDFAAB;
}
</style>