Shades of Reef #DDFC8B
Tints of Reef #DDFC8B
RGB
CMYK
RGB Variations
Color information
#DDFC8B (or 0xDDFC8B) is known color: Reef. HEX triplet: DD, FC and 8B. RGB value is (221,252,139). Sum of RGB (Red+Green+Blue) = 221+252+139=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 252 (98.83% from 255 or 41.18% from 612); Blue value is 139 (54.69% from 255 or 22.71% from 612); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFC8B is #220374. Grayscale: #E6E6E6. Windows color (decimal): -2229109 or 9174237. OLE color: 9174237.
HSL color Cylindrical-coordinate representation of color #DDFC8B: hue angle of 76.46º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DDFC8B is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 252 | 139 | - |
| CMYK | 0.12 | 0 | 0.45 | 0.01 |
| HSL | 76.46º | 0.95% | 0.77% | - |
| HSV(B) | 76.46º | 0.45% | 0.99% | - |
| XYZ | 69.29 | 86.86 | 37.54 | - |
| YUV | 229.85 | 76.73 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 252 | 139 | 0.12 | 0 | 0.45 | 0.01 | 76.46 | 0.95 | 0.77 |
| Hex | DD | FC | 8B | C | 0 | 2D | 1 | 4C | 5F | 4D |
| Octal | 335 | 374 | 213 | 14 | 0 | 55 | 1 | 114 | 137 | 115 |
| Binary | 11011101 | 11111100 | 10001011 | 1100 | 0 | 101101 | 1 | 1001100 | 1011111 | 1001101 |
Color Harmonies of #DDFC8B
Complementary color
Monochromatic Colors of #DDFC8B
Black with #DDFC8B
Text Example
Text Example
White with #DDFC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFC8B; }
p { color: rgb(221,252,139); }
H1.HeaderClassName
{
color: #DDFC8B;
}
.AnyTagClassName
{
color: #DDFC8B;
}
</style>
background-color css
<style>
a { background-color: #DDFC8B; }
a { background-color: rgb(221,252,139); }
div.DivClassName
{
background-color: #DDFC8B;
}
.BgClassName
{
background-color: #DDFC8B;
}
</style>
border-color css
<style>
span { border-color: #DDFC8B; }
span { border-color: rgb(221,252,139); }
td.TdClassName
{
border-color: #DDFC8B;
}
.TagClassName
{
border-color: #DDFC8B;
}
</style>