Shades of Reef #DDFAB3
Tints of Reef #DDFAB3
RGB
CMYK
RGB Variations
Color information
#DDFAB3 (or 0xDDFAB3) is known color: Reef. HEX triplet: DD, FA and B3. RGB value is (221,250,179). Sum of RGB (Red+Green+Blue) = 221+250+179=650 (86% of max value = 765). Red value is 221 (86.72% from 255 or 34% from 650); Green value is 250 (98.05% from 255 or 38.46% from 650); Blue value is 179 (70.31% from 255 or 27.54% from 650); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFAB3 is #22054C. Grayscale: #E9E9E9. Windows color (decimal): -2229581 or 11795165. OLE color: 11795165.
HSL color Cylindrical-coordinate representation of color #DDFAB3: hue angle of 84.51º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDFAB3 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 250 | 179 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.02 |
| HSL | 84.51º | 0.88% | 0.84% | - |
| HSV(B) | 84.51º | 0.28% | 0.98% | - |
| XYZ | 72.14 | 87 | 55.64 | - |
| YUV | 233.24 | 97.39 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 250 | 179 | 0.12 | 0 | 0.28 | 0.02 | 84.51 | 0.88 | 0.84 |
| Hex | DD | FA | B3 | C | 0 | 1C | 2 | 55 | 58 | 54 |
| Octal | 335 | 372 | 263 | 14 | 0 | 34 | 2 | 125 | 130 | 124 |
| Binary | 11011101 | 11111010 | 10110011 | 1100 | 0 | 11100 | 10 | 1010101 | 1011000 | 1010100 |
Color Harmonies of #DDFAB3
Complementary color
Monochromatic Colors of #DDFAB3
Black with #DDFAB3
Text Example
Text Example
White with #DDFAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFAB3; }
p { color: rgb(221,250,179); }
H1.HeaderClassName
{
color: #DDFAB3;
}
.AnyTagClassName
{
color: #DDFAB3;
}
</style>
background-color css
<style>
a { background-color: #DDFAB3; }
a { background-color: rgb(221,250,179); }
div.DivClassName
{
background-color: #DDFAB3;
}
.BgClassName
{
background-color: #DDFAB3;
}
</style>
border-color css
<style>
span { border-color: #DDFAB3; }
span { border-color: rgb(221,250,179); }
td.TdClassName
{
border-color: #DDFAB3;
}
.TagClassName
{
border-color: #DDFAB3;
}
</style>