Shades of Reef #DDFF8C
Tints of Reef #DDFF8C
RGB
CMYK
RGB Variations
Color information
#DDFF8C (or 0xDDFF8C) is known color: Reef. HEX triplet: DD, FF and 8C. RGB value is (221,255,140). Sum of RGB (Red+Green+Blue) = 221+255+140=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 255 (100% from 255 or 41.40% from 616); Blue value is 140 (55.08% from 255 or 22.73% from 616); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFF8C is #220073. Grayscale: #E8E8E8. Windows color (decimal): -2228340 or 9240541. OLE color: 9240541.
HSL color Cylindrical-coordinate representation of color #DDFF8C: hue angle of 77.74º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DDFF8C is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 140 | - |
| CMYK | 0.13 | 0 | 0.45 | 0 |
| HSL | 77.74º | 1% | 0.77% | - |
| HSV(B) | 77.74º | 0.45% | 1% | - |
| XYZ | 70.31 | 88.79 | 38.24 | - |
| YUV | 231.72 | 76.24 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 140 | 0.13 | 0 | 0.45 | 0 | 77.74 | 1 | 0.77 |
| Hex | DD | FF | 8C | D | 0 | 2D | 0 | 4E | 64 | 4D |
| Octal | 335 | 377 | 214 | 15 | 0 | 55 | 0 | 116 | 144 | 115 |
| Binary | 11011101 | 11111111 | 10001100 | 1101 | 0 | 101101 | 0 | 1001110 | 1100100 | 1001101 |
Color Harmonies of #DDFF8C
Complementary color
Monochromatic Colors of #DDFF8C
Black with #DDFF8C
Text Example
Text Example
White with #DDFF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFF8C; }
p { color: rgb(221,255,140); }
H1.HeaderClassName
{
color: #DDFF8C;
}
.AnyTagClassName
{
color: #DDFF8C;
}
</style>
background-color css
<style>
a { background-color: #DDFF8C; }
a { background-color: rgb(221,255,140); }
div.DivClassName
{
background-color: #DDFF8C;
}
.BgClassName
{
background-color: #DDFF8C;
}
</style>
border-color css
<style>
span { border-color: #DDFF8C; }
span { border-color: rgb(221,255,140); }
td.TdClassName
{
border-color: #DDFF8C;
}
.TagClassName
{
border-color: #DDFF8C;
}
</style>