Shades of Reef #DDF89C
Tints of Reef #DDF89C
RGB
CMYK
RGB Variations
Color information
#DDF89C (or 0xDDF89C) is known color: Reef. HEX triplet: DD, F8 and 9C. RGB value is (221,248,156). Sum of RGB (Red+Green+Blue) = 221+248+156=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 248 (97.27% from 255 or 39.68% from 625); Blue value is 156 (61.33% from 255 or 24.96% from 625); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF89C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF89C is #220763. Grayscale: #E5E5E5. Windows color (decimal): -2230116 or 10287325. OLE color: 10287325.
HSL color Cylindrical-coordinate representation of color #DDF89C: hue angle of 77.61º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDF89C is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 248 | 156 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.03 |
| HSL | 77.61º | 0.87% | 0.79% | - |
| HSV(B) | 77.61º | 0.37% | 0.97% | - |
| XYZ | 69.39 | 84.91 | 44.18 | - |
| YUV | 229.44 | 86.55 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 248 | 156 | 0.11 | 0 | 0.37 | 0.03 | 77.61 | 0.87 | 0.79 |
| Hex | DD | F8 | 9C | B | 0 | 25 | 3 | 4E | 57 | 4F |
| Octal | 335 | 370 | 234 | 13 | 0 | 45 | 3 | 116 | 127 | 117 |
| Binary | 11011101 | 11111000 | 10011100 | 1011 | 0 | 100101 | 11 | 1001110 | 1010111 | 1001111 |
Color Harmonies of #DDF89C
Complementary color
Monochromatic Colors of #DDF89C
Black with #DDF89C
Text Example
Text Example
White with #DDF89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF89C; }
p { color: rgb(221,248,156); }
H1.HeaderClassName
{
color: #DDF89C;
}
.AnyTagClassName
{
color: #DDF89C;
}
</style>
background-color css
<style>
a { background-color: #DDF89C; }
a { background-color: rgb(221,248,156); }
div.DivClassName
{
background-color: #DDF89C;
}
.BgClassName
{
background-color: #DDF89C;
}
</style>
border-color css
<style>
span { border-color: #DDF89C; }
span { border-color: rgb(221,248,156); }
td.TdClassName
{
border-color: #DDF89C;
}
.TagClassName
{
border-color: #DDF89C;
}
</style>