Shades of Reef #DDF694
Tints of Reef #DDF694
RGB
CMYK
RGB Variations
Color information
#DDF694 (or 0xDDF694) is known color: Reef. HEX triplet: DD, F6 and 94. RGB value is (221,246,148). Sum of RGB (Red+Green+Blue) = 221+246+148=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 246 (96.48% from 255 or 40% from 615); Blue value is 148 (58.20% from 255 or 24.07% from 615); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF694 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF694 is #22096B. Grayscale: #E3E3E3. Windows color (decimal): -2230636 or 9762525. OLE color: 9762525.
HSL color Cylindrical-coordinate representation of color #DDF694: hue angle of 75.31º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDF694 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 246 | 148 | - |
| CMYK | 0.10 | 0 | 0.40 | 0.04 |
| HSL | 75.31º | 0.84% | 0.77% | - |
| HSV(B) | 75.31º | 0.4% | 0.96% | - |
| XYZ | 68.12 | 83.42 | 40.53 | - |
| YUV | 227.35 | 83.22 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 246 | 148 | 0.10 | 0 | 0.40 | 0.04 | 75.31 | 0.84 | 0.77 |
| Hex | DD | F6 | 94 | A | 0 | 28 | 4 | 4B | 54 | 4D |
| Octal | 335 | 366 | 224 | 12 | 0 | 50 | 4 | 113 | 124 | 115 |
| Binary | 11011101 | 11110110 | 10010100 | 1010 | 0 | 101000 | 100 | 1001011 | 1010100 | 1001101 |
Color Harmonies of #DDF694
Complementary color
Monochromatic Colors of #DDF694
Black with #DDF694
Text Example
Text Example
White with #DDF694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF694; }
p { color: rgb(221,246,148); }
H1.HeaderClassName
{
color: #DDF694;
}
.AnyTagClassName
{
color: #DDF694;
}
</style>
background-color css
<style>
a { background-color: #DDF694; }
a { background-color: rgb(221,246,148); }
div.DivClassName
{
background-color: #DDF694;
}
.BgClassName
{
background-color: #DDF694;
}
</style>
border-color css
<style>
span { border-color: #DDF694; }
span { border-color: rgb(221,246,148); }
td.TdClassName
{
border-color: #DDF694;
}
.TagClassName
{
border-color: #DDF694;
}
</style>