Shades of Reef #DDF49C
Tints of Reef #DDF49C
RGB
CMYK
RGB Variations
Color information
#DDF49C (or 0xDDF49C) is known color: Reef. HEX triplet: DD, F4 and 9C. RGB value is (221,244,156). Sum of RGB (Red+Green+Blue) = 221+244+156=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 244 (95.70% from 255 or 39.29% from 621); Blue value is 156 (61.33% from 255 or 25.12% from 621); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF49C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF49C is #220B63. Grayscale: #E3E3E3. Windows color (decimal): -2231140 or 10286301. OLE color: 10286301.
HSL color Cylindrical-coordinate representation of color #DDF49C: hue angle of 75.68º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DDF49C is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 244 | 156 | - |
| CMYK | 0.09 | 0 | 0.36 | 0.04 |
| HSL | 75.68º | 0.8% | 0.78% | - |
| HSV(B) | 75.68º | 0.36% | 0.96% | - |
| XYZ | 68.17 | 82.47 | 43.78 | - |
| YUV | 227.09 | 87.88 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 244 | 156 | 0.09 | 0 | 0.36 | 0.04 | 75.68 | 0.8 | 0.78 |
| Hex | DD | F4 | 9C | 9 | 0 | 24 | 4 | 4C | 50 | 4E |
| Octal | 335 | 364 | 234 | 11 | 0 | 44 | 4 | 114 | 120 | 116 |
| Binary | 11011101 | 11110100 | 10011100 | 1001 | 0 | 100100 | 100 | 1001100 | 1010000 | 1001110 |
Color Harmonies of #DDF49C
Complementary color
Monochromatic Colors of #DDF49C
Black with #DDF49C
Text Example
Text Example
White with #DDF49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF49C; }
p { color: rgb(221,244,156); }
H1.HeaderClassName
{
color: #DDF49C;
}
.AnyTagClassName
{
color: #DDF49C;
}
</style>
background-color css
<style>
a { background-color: #DDF49C; }
a { background-color: rgb(221,244,156); }
div.DivClassName
{
background-color: #DDF49C;
}
.BgClassName
{
background-color: #DDF49C;
}
</style>
border-color css
<style>
span { border-color: #DDF49C; }
span { border-color: rgb(221,244,156); }
td.TdClassName
{
border-color: #DDF49C;
}
.TagClassName
{
border-color: #DDF49C;
}
</style>