Shades of Reef #DDFAA4
Tints of Reef #DDFAA4
RGB
CMYK
RGB Variations
Color information
#DDFAA4 (or 0xDDFAA4) is known color: Reef. HEX triplet: DD, FA and A4. RGB value is (221,250,164). Sum of RGB (Red+Green+Blue) = 221+250+164=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 250 (98.05% from 255 or 39.37% from 635); Blue value is 164 (64.45% from 255 or 25.83% from 635); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFAA4 is #22055B. Grayscale: #E7E7E7. Windows color (decimal): -2229596 or 10812125. OLE color: 10812125.
HSL color Cylindrical-coordinate representation of color #DDFAA4: hue angle of 80.23º degrees, saturation: 0.9, 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 #DDFAA4 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 250 | 164 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.02 |
| HSL | 80.23º | 0.9% | 0.81% | - |
| HSV(B) | 80.23º | 0.34% | 0.98% | - |
| XYZ | 70.71 | 86.42 | 48.08 | - |
| YUV | 231.53 | 89.89 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 250 | 164 | 0.12 | 0 | 0.34 | 0.02 | 80.23 | 0.9 | 0.81 |
| Hex | DD | FA | A4 | C | 0 | 22 | 2 | 50 | 5A | 51 |
| Octal | 335 | 372 | 244 | 14 | 0 | 42 | 2 | 120 | 132 | 121 |
| Binary | 11011101 | 11111010 | 10100100 | 1100 | 0 | 100010 | 10 | 1010000 | 1011010 | 1010001 |
Color Harmonies of #DDFAA4
Complementary color
Monochromatic Colors of #DDFAA4
Black with #DDFAA4
Text Example
Text Example
White with #DDFAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFAA4; }
p { color: rgb(221,250,164); }
H1.HeaderClassName
{
color: #DDFAA4;
}
.AnyTagClassName
{
color: #DDFAA4;
}
</style>
background-color css
<style>
a { background-color: #DDFAA4; }
a { background-color: rgb(221,250,164); }
div.DivClassName
{
background-color: #DDFAA4;
}
.BgClassName
{
background-color: #DDFAA4;
}
</style>
border-color css
<style>
span { border-color: #DDFAA4; }
span { border-color: rgb(221,250,164); }
td.TdClassName
{
border-color: #DDFAA4;
}
.TagClassName
{
border-color: #DDFAA4;
}
</style>