Shades of Reef #DDFB8D
Tints of Reef #DDFB8D
RGB
CMYK
RGB Variations
Color information
#DDFB8D (or 0xDDFB8D) is known color: Reef. HEX triplet: DD, FB and 8D. RGB value is (221,251,141). Sum of RGB (Red+Green+Blue) = 221+251+141=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 251 (98.44% from 255 or 40.95% from 613); Blue value is 141 (55.47% from 255 or 23.00% from 613); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFB8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFB8D is #220472. Grayscale: #E5E5E5. Windows color (decimal): -2229363 or 9305053. OLE color: 9305053.
HSL color Cylindrical-coordinate representation of color #DDFB8D: hue angle of 76.36º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDFB8D is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 251 | 141 | - |
| CMYK | 0.12 | 0 | 0.44 | 0.02 |
| HSL | 76.36º | 0.93% | 0.77% | - |
| HSV(B) | 76.36º | 0.44% | 0.98% | - |
| XYZ | 69.12 | 86.29 | 38.21 | - |
| YUV | 229.49 | 78.06 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 251 | 141 | 0.12 | 0 | 0.44 | 0.02 | 76.36 | 0.93 | 0.77 |
| Hex | DD | FB | 8D | C | 0 | 2C | 2 | 4C | 5D | 4D |
| Octal | 335 | 373 | 215 | 14 | 0 | 54 | 2 | 114 | 135 | 115 |
| Binary | 11011101 | 11111011 | 10001101 | 1100 | 0 | 101100 | 10 | 1001100 | 1011101 | 1001101 |
Color Harmonies of #DDFB8D
Complementary color
Monochromatic Colors of #DDFB8D
Black with #DDFB8D
Text Example
Text Example
White with #DDFB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFB8D; }
p { color: rgb(221,251,141); }
H1.HeaderClassName
{
color: #DDFB8D;
}
.AnyTagClassName
{
color: #DDFB8D;
}
</style>
background-color css
<style>
a { background-color: #DDFB8D; }
a { background-color: rgb(221,251,141); }
div.DivClassName
{
background-color: #DDFB8D;
}
.BgClassName
{
background-color: #DDFB8D;
}
</style>
border-color css
<style>
span { border-color: #DDFB8D; }
span { border-color: rgb(221,251,141); }
td.TdClassName
{
border-color: #DDFB8D;
}
.TagClassName
{
border-color: #DDFB8D;
}
</style>