Shades of Reef #DDFC8D
Tints of Reef #DDFC8D
RGB
CMYK
RGB Variations
Color information
#DDFC8D (or 0xDDFC8D) is known color: Reef. HEX triplet: DD, FC and 8D. RGB value is (221,252,141). Sum of RGB (Red+Green+Blue) = 221+252+141=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 252 (98.83% from 255 or 41.04% from 614); Blue value is 141 (55.47% from 255 or 22.96% from 614); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFC8D is #220372. Grayscale: #E6E6E6. Windows color (decimal): -2229107 or 9305309. OLE color: 9305309.
HSL color Cylindrical-coordinate representation of color #DDFC8D: hue angle of 76.76º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDFC8D is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 252 | 141 | - |
| CMYK | 0.12 | 0 | 0.44 | 0.01 |
| HSL | 76.76º | 0.95% | 0.77% | - |
| HSV(B) | 76.76º | 0.44% | 0.99% | - |
| XYZ | 69.44 | 86.92 | 38.32 | - |
| YUV | 230.08 | 77.73 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 252 | 141 | 0.12 | 0 | 0.44 | 0.01 | 76.76 | 0.95 | 0.77 |
| Hex | DD | FC | 8D | C | 0 | 2C | 1 | 4D | 5F | 4D |
| Octal | 335 | 374 | 215 | 14 | 0 | 54 | 1 | 115 | 137 | 115 |
| Binary | 11011101 | 11111100 | 10001101 | 1100 | 0 | 101100 | 1 | 1001101 | 1011111 | 1001101 |
Color Harmonies of #DDFC8D
Complementary color
Monochromatic Colors of #DDFC8D
Black with #DDFC8D
Text Example
Text Example
White with #DDFC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFC8D; }
p { color: rgb(221,252,141); }
H1.HeaderClassName
{
color: #DDFC8D;
}
.AnyTagClassName
{
color: #DDFC8D;
}
</style>
background-color css
<style>
a { background-color: #DDFC8D; }
a { background-color: rgb(221,252,141); }
div.DivClassName
{
background-color: #DDFC8D;
}
.BgClassName
{
background-color: #DDFC8D;
}
</style>
border-color css
<style>
span { border-color: #DDFC8D; }
span { border-color: rgb(221,252,141); }
td.TdClassName
{
border-color: #DDFC8D;
}
.TagClassName
{
border-color: #DDFC8D;
}
</style>