Shades of Reef #DDFC8C
Tints of Reef #DDFC8C
RGB
CMYK
RGB Variations
Color information
#DDFC8C (or 0xDDFC8C) is known color: Reef. HEX triplet: DD, FC and 8C. RGB value is (221,252,140). Sum of RGB (Red+Green+Blue) = 221+252+140=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 252 (98.83% from 255 or 41.11% from 613); Blue value is 140 (55.08% from 255 or 22.84% from 613); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFC8C is #220373. Grayscale: #E6E6E6. Windows color (decimal): -2229108 or 9239773. OLE color: 9239773.
HSL color Cylindrical-coordinate representation of color #DDFC8C: hue angle of 76.61º 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 #DDFC8C is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 252 | 140 | - |
| CMYK | 0.12 | 0 | 0.44 | 0.01 |
| HSL | 76.61º | 0.95% | 0.77% | - |
| HSV(B) | 76.61º | 0.44% | 0.99% | - |
| XYZ | 69.36 | 86.89 | 37.93 | - |
| YUV | 229.96 | 77.23 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 252 | 140 | 0.12 | 0 | 0.44 | 0.01 | 76.61 | 0.95 | 0.77 |
| Hex | DD | FC | 8C | C | 0 | 2C | 1 | 4D | 5F | 4D |
| Octal | 335 | 374 | 214 | 14 | 0 | 54 | 1 | 115 | 137 | 115 |
| Binary | 11011101 | 11111100 | 10001100 | 1100 | 0 | 101100 | 1 | 1001101 | 1011111 | 1001101 |
Color Harmonies of #DDFC8C
Complementary color
Monochromatic Colors of #DDFC8C
Black with #DDFC8C
Text Example
Text Example
White with #DDFC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFC8C; }
p { color: rgb(221,252,140); }
H1.HeaderClassName
{
color: #DDFC8C;
}
.AnyTagClassName
{
color: #DDFC8C;
}
</style>
background-color css
<style>
a { background-color: #DDFC8C; }
a { background-color: rgb(221,252,140); }
div.DivClassName
{
background-color: #DDFC8C;
}
.BgClassName
{
background-color: #DDFC8C;
}
</style>
border-color css
<style>
span { border-color: #DDFC8C; }
span { border-color: rgb(221,252,140); }
td.TdClassName
{
border-color: #DDFC8C;
}
.TagClassName
{
border-color: #DDFC8C;
}
</style>