Shades of Reef #DDF699
Tints of Reef #DDF699
RGB
CMYK
RGB Variations
Color information
#DDF699 (or 0xDDF699) is known color: Reef. HEX triplet: DD, F6 and 99. RGB value is (221,246,153). Sum of RGB (Red+Green+Blue) = 221+246+153=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 246 (96.48% from 255 or 39.68% from 620); Blue value is 153 (60.16% from 255 or 24.68% from 620); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF699 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF699 is #220966. Grayscale: #E4E4E4. Windows color (decimal): -2230631 or 10090205. OLE color: 10090205.
HSL color Cylindrical-coordinate representation of color #DDF699: hue angle of 76.13º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DDF699 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 246 | 153 | - |
| CMYK | 0.10 | 0 | 0.38 | 0.04 |
| HSL | 76.13º | 0.84% | 0.78% | - |
| HSV(B) | 76.13º | 0.38% | 0.96% | - |
| XYZ | 68.52 | 83.58 | 42.66 | - |
| YUV | 227.92 | 85.72 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 246 | 153 | 0.10 | 0 | 0.38 | 0.04 | 76.13 | 0.84 | 0.78 |
| Hex | DD | F6 | 99 | A | 0 | 26 | 4 | 4C | 54 | 4E |
| Octal | 335 | 366 | 231 | 12 | 0 | 46 | 4 | 114 | 124 | 116 |
| Binary | 11011101 | 11110110 | 10011001 | 1010 | 0 | 100110 | 100 | 1001100 | 1010100 | 1001110 |
Color Harmonies of #DDF699
Complementary color
Monochromatic Colors of #DDF699
Black with #DDF699
Text Example
Text Example
White with #DDF699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF699; }
p { color: rgb(221,246,153); }
H1.HeaderClassName
{
color: #DDF699;
}
.AnyTagClassName
{
color: #DDF699;
}
</style>
background-color css
<style>
a { background-color: #DDF699; }
a { background-color: rgb(221,246,153); }
div.DivClassName
{
background-color: #DDF699;
}
.BgClassName
{
background-color: #DDF699;
}
</style>
border-color css
<style>
span { border-color: #DDF699; }
span { border-color: rgb(221,246,153); }
td.TdClassName
{
border-color: #DDF699;
}
.TagClassName
{
border-color: #DDF699;
}
</style>