Shades of Reef #DDF29C
Tints of Reef #DDF29C
RGB
CMYK
RGB Variations
Color information
#DDF29C (or 0xDDF29C) is known color: Reef. HEX triplet: DD, F2 and 9C. RGB value is (221,242,156). Sum of RGB (Red+Green+Blue) = 221+242+156=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 242 (94.92% from 255 or 39.10% from 619); Blue value is 156 (61.33% from 255 or 25.20% from 619); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF29C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF29C is #220D63. Grayscale: #E2E2E2. Windows color (decimal): -2231652 or 10285789. OLE color: 10285789.
HSL color Cylindrical-coordinate representation of color #DDF29C: hue angle of 74.65º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DDF29C is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 156 | - |
| CMYK | 0.09 | 0 | 0.36 | 0.05 |
| HSL | 74.65º | 0.77% | 0.78% | - |
| HSV(B) | 74.65º | 0.36% | 0.95% | - |
| XYZ | 67.57 | 81.28 | 43.58 | - |
| YUV | 225.92 | 88.54 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 156 | 0.09 | 0 | 0.36 | 0.05 | 74.65 | 0.77 | 0.78 |
| Hex | DD | F2 | 9C | 9 | 0 | 24 | 5 | 4B | 4D | 4E |
| Octal | 335 | 362 | 234 | 11 | 0 | 44 | 5 | 113 | 115 | 116 |
| Binary | 11011101 | 11110010 | 10011100 | 1001 | 0 | 100100 | 101 | 1001011 | 1001101 | 1001110 |
Color Harmonies of #DDF29C
Complementary color
Monochromatic Colors of #DDF29C
Black with #DDF29C
Text Example
Text Example
White with #DDF29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF29C; }
p { color: rgb(221,242,156); }
H1.HeaderClassName
{
color: #DDF29C;
}
.AnyTagClassName
{
color: #DDF29C;
}
</style>
background-color css
<style>
a { background-color: #DDF29C; }
a { background-color: rgb(221,242,156); }
div.DivClassName
{
background-color: #DDF29C;
}
.BgClassName
{
background-color: #DDF29C;
}
</style>
border-color css
<style>
span { border-color: #DDF29C; }
span { border-color: rgb(221,242,156); }
td.TdClassName
{
border-color: #DDF29C;
}
.TagClassName
{
border-color: #DDF29C;
}
</style>