Shades of Reef #DDF09D
Tints of Reef #DDF09D
RGB
CMYK
RGB Variations
Color information
#DDF09D (or 0xDDF09D) is known color: Reef. HEX triplet: DD, F0 and 9D. RGB value is (221,240,157). Sum of RGB (Red+Green+Blue) = 221+240+157=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 240 (94.14% from 255 or 38.83% from 618); Blue value is 157 (61.72% from 255 or 25.40% from 618); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF09D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF09D is #220F62. Grayscale: #E1E1E1. Windows color (decimal): -2232163 or 10350813. OLE color: 10350813.
HSL color Cylindrical-coordinate representation of color #DDF09D: hue angle of 73.73º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DDF09D is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 240 | 157 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.06 |
| HSL | 73.73º | 0.73% | 0.78% | - |
| HSV(B) | 73.73º | 0.35% | 0.94% | - |
| XYZ | 67.06 | 80.13 | 43.83 | - |
| YUV | 224.86 | 89.71 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 240 | 157 | 0.08 | 0 | 0.35 | 0.06 | 73.73 | 0.73 | 0.78 |
| Hex | DD | F0 | 9D | 8 | 0 | 23 | 6 | 4A | 49 | 4E |
| Octal | 335 | 360 | 235 | 10 | 0 | 43 | 6 | 112 | 111 | 116 |
| Binary | 11011101 | 11110000 | 10011101 | 1000 | 0 | 100011 | 110 | 1001010 | 1001001 | 1001110 |
Color Harmonies of #DDF09D
Complementary color
Monochromatic Colors of #DDF09D
Black with #DDF09D
Text Example
Text Example
White with #DDF09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF09D; }
p { color: rgb(221,240,157); }
H1.HeaderClassName
{
color: #DDF09D;
}
.AnyTagClassName
{
color: #DDF09D;
}
</style>
background-color css
<style>
a { background-color: #DDF09D; }
a { background-color: rgb(221,240,157); }
div.DivClassName
{
background-color: #DDF09D;
}
.BgClassName
{
background-color: #DDF09D;
}
</style>
border-color css
<style>
span { border-color: #DDF09D; }
span { border-color: rgb(221,240,157); }
td.TdClassName
{
border-color: #DDF09D;
}
.TagClassName
{
border-color: #DDF09D;
}
</style>