Shades of Reef #DDF99D
Tints of Reef #DDF99D
RGB
CMYK
RGB Variations
Color information
#DDF99D (or 0xDDF99D) is known color: Reef. HEX triplet: DD, F9 and 9D. RGB value is (221,249,157). Sum of RGB (Red+Green+Blue) = 221+249+157=627 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.25% from 627); Green value is 249 (97.66% from 255 or 39.71% from 627); Blue value is 157 (61.72% from 255 or 25.04% from 627); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF99D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF99D is #220662. Grayscale: #E6E6E6. Windows color (decimal): -2229859 or 10353117. OLE color: 10353117.
HSL color Cylindrical-coordinate representation of color #DDF99D: hue angle of 78.26º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDF99D is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 249 | 157 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.02 |
| HSL | 78.26º | 0.88% | 0.8% | - |
| HSV(B) | 78.26º | 0.37% | 0.98% | - |
| XYZ | 69.78 | 85.56 | 44.73 | - |
| YUV | 230.14 | 86.72 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 249 | 157 | 0.11 | 0 | 0.37 | 0.02 | 78.26 | 0.88 | 0.8 |
| Hex | DD | F9 | 9D | B | 0 | 25 | 2 | 4E | 58 | 50 |
| Octal | 335 | 371 | 235 | 13 | 0 | 45 | 2 | 116 | 130 | 120 |
| Binary | 11011101 | 11111001 | 10011101 | 1011 | 0 | 100101 | 10 | 1001110 | 1011000 | 1010000 |
Color Harmonies of #DDF99D
Complementary color
Monochromatic Colors of #DDF99D
Black with #DDF99D
Text Example
Text Example
White with #DDF99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF99D; }
p { color: rgb(221,249,157); }
H1.HeaderClassName
{
color: #DDF99D;
}
.AnyTagClassName
{
color: #DDF99D;
}
</style>
background-color css
<style>
a { background-color: #DDF99D; }
a { background-color: rgb(221,249,157); }
div.DivClassName
{
background-color: #DDF99D;
}
.BgClassName
{
background-color: #DDF99D;
}
</style>
border-color css
<style>
span { border-color: #DDF99D; }
span { border-color: rgb(221,249,157); }
td.TdClassName
{
border-color: #DDF99D;
}
.TagClassName
{
border-color: #DDF99D;
}
</style>