Shades of Reef #DDFB8F
Tints of Reef #DDFB8F
RGB
CMYK
RGB Variations
Color information
#DDFB8F (or 0xDDFB8F) is known color: Reef. HEX triplet: DD, FB and 8F. RGB value is (221,251,143). Sum of RGB (Red+Green+Blue) = 221+251+143=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 251 (98.44% from 255 or 40.81% from 615); Blue value is 143 (56.25% from 255 or 23.25% from 615); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFB8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFB8F is #220470. Grayscale: #E6E6E6. Windows color (decimal): -2229361 or 9436125. OLE color: 9436125.
HSL color Cylindrical-coordinate representation of color #DDFB8F: hue angle of 76.67º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DDFB8F is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 251 | 143 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.02 |
| HSL | 76.67º | 0.93% | 0.77% | - |
| HSV(B) | 76.67º | 0.43% | 0.98% | - |
| XYZ | 69.27 | 86.35 | 39 | - |
| YUV | 229.72 | 79.06 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 251 | 143 | 0.12 | 0 | 0.43 | 0.02 | 76.67 | 0.93 | 0.77 |
| Hex | DD | FB | 8F | C | 0 | 2B | 2 | 4D | 5D | 4D |
| Octal | 335 | 373 | 217 | 14 | 0 | 53 | 2 | 115 | 135 | 115 |
| Binary | 11011101 | 11111011 | 10001111 | 1100 | 0 | 101011 | 10 | 1001101 | 1011101 | 1001101 |
Color Harmonies of #DDFB8F
Complementary color
Monochromatic Colors of #DDFB8F
Black with #DDFB8F
Text Example
Text Example
White with #DDFB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFB8F; }
p { color: rgb(221,251,143); }
H1.HeaderClassName
{
color: #DDFB8F;
}
.AnyTagClassName
{
color: #DDFB8F;
}
</style>
background-color css
<style>
a { background-color: #DDFB8F; }
a { background-color: rgb(221,251,143); }
div.DivClassName
{
background-color: #DDFB8F;
}
.BgClassName
{
background-color: #DDFB8F;
}
</style>
border-color css
<style>
span { border-color: #DDFB8F; }
span { border-color: rgb(221,251,143); }
td.TdClassName
{
border-color: #DDFB8F;
}
.TagClassName
{
border-color: #DDFB8F;
}
</style>