Shades of Reef #DDF795
Tints of Reef #DDF795
RGB
CMYK
RGB Variations
Color information
#DDF795 (or 0xDDF795) is known color: Reef. HEX triplet: DD, F7 and 95. RGB value is (221,247,149). Sum of RGB (Red+Green+Blue) = 221+247+149=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 247 (96.88% from 255 or 40.03% from 617); Blue value is 149 (58.59% from 255 or 24.15% from 617); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF795 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF795 is #22086A. Grayscale: #E4E4E4. Windows color (decimal): -2230379 or 9828317. OLE color: 9828317.
HSL color Cylindrical-coordinate representation of color #DDF795: hue angle of 75.92º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDF795 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 247 | 149 | - |
| CMYK | 0.11 | 0 | 0.40 | 0.03 |
| HSL | 75.92º | 0.86% | 0.78% | - |
| HSV(B) | 75.92º | 0.4% | 0.97% | - |
| XYZ | 68.5 | 84.06 | 41.05 | - |
| YUV | 228.05 | 83.39 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 247 | 149 | 0.11 | 0 | 0.40 | 0.03 | 75.92 | 0.86 | 0.78 |
| Hex | DD | F7 | 95 | B | 0 | 28 | 3 | 4C | 56 | 4E |
| Octal | 335 | 367 | 225 | 13 | 0 | 50 | 3 | 114 | 126 | 116 |
| Binary | 11011101 | 11110111 | 10010101 | 1011 | 0 | 101000 | 11 | 1001100 | 1010110 | 1001110 |
Color Harmonies of #DDF795
Complementary color
Monochromatic Colors of #DDF795
Black with #DDF795
Text Example
Text Example
White with #DDF795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF795; }
p { color: rgb(221,247,149); }
H1.HeaderClassName
{
color: #DDF795;
}
.AnyTagClassName
{
color: #DDF795;
}
</style>
background-color css
<style>
a { background-color: #DDF795; }
a { background-color: rgb(221,247,149); }
div.DivClassName
{
background-color: #DDF795;
}
.BgClassName
{
background-color: #DDF795;
}
</style>
border-color css
<style>
span { border-color: #DDF795; }
span { border-color: rgb(221,247,149); }
td.TdClassName
{
border-color: #DDF795;
}
.TagClassName
{
border-color: #DDF795;
}
</style>