Shades of Reef #DDFAAC
Tints of Reef #DDFAAC
RGB
CMYK
RGB Variations
Color information
#DDFAAC (or 0xDDFAAC) is known color: Reef. HEX triplet: DD, FA and AC. RGB value is (221,250,172). Sum of RGB (Red+Green+Blue) = 221+250+172=643 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.37% from 643); Green value is 250 (98.05% from 255 or 38.88% from 643); Blue value is 172 (67.58% from 255 or 26.75% from 643); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFAAC is #220553. Grayscale: #E8E8E8. Windows color (decimal): -2229588 or 11336413. OLE color: 11336413.
HSL color Cylindrical-coordinate representation of color #DDFAAC: hue angle of 82.31º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDFAAC is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 250 | 172 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.02 |
| HSL | 82.31º | 0.89% | 0.83% | - |
| HSV(B) | 82.31º | 0.31% | 0.98% | - |
| XYZ | 71.45 | 86.72 | 52 | - |
| YUV | 232.44 | 93.89 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 250 | 172 | 0.12 | 0 | 0.31 | 0.02 | 82.31 | 0.89 | 0.83 |
| Hex | DD | FA | AC | C | 0 | 1F | 2 | 52 | 59 | 53 |
| Octal | 335 | 372 | 254 | 14 | 0 | 37 | 2 | 122 | 131 | 123 |
| Binary | 11011101 | 11111010 | 10101100 | 1100 | 0 | 11111 | 10 | 1010010 | 1011001 | 1010011 |
Color Harmonies of #DDFAAC
Complementary color
Monochromatic Colors of #DDFAAC
Black with #DDFAAC
Text Example
Text Example
White with #DDFAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFAAC; }
p { color: rgb(221,250,172); }
H1.HeaderClassName
{
color: #DDFAAC;
}
.AnyTagClassName
{
color: #DDFAAC;
}
</style>
background-color css
<style>
a { background-color: #DDFAAC; }
a { background-color: rgb(221,250,172); }
div.DivClassName
{
background-color: #DDFAAC;
}
.BgClassName
{
background-color: #DDFAAC;
}
</style>
border-color css
<style>
span { border-color: #DDFAAC; }
span { border-color: rgb(221,250,172); }
td.TdClassName
{
border-color: #DDFAAC;
}
.TagClassName
{
border-color: #DDFAAC;
}
</style>