Shades of Reef #DDF692
Tints of Reef #DDF692
RGB
CMYK
RGB Variations
Color information
#DDF692 (or 0xDDF692) is known color: Reef. HEX triplet: DD, F6 and 92. RGB value is (221,246,146). Sum of RGB (Red+Green+Blue) = 221+246+146=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 246 (96.48% from 255 or 40.13% from 613); Blue value is 146 (57.42% from 255 or 23.82% from 613); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF692 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF692 is #22096D. Grayscale: #E3E3E3. Windows color (decimal): -2230638 or 9631453. OLE color: 9631453.
HSL color Cylindrical-coordinate representation of color #DDF692: hue angle of 75º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DDF692 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 246 | 146 | - |
| CMYK | 0.10 | 0 | 0.41 | 0.04 |
| HSL | 75º | 0.85% | 0.77% | - |
| HSV(B) | 75º | 0.41% | 0.96% | - |
| XYZ | 67.96 | 83.36 | 39.7 | - |
| YUV | 227.13 | 82.22 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 246 | 146 | 0.10 | 0 | 0.41 | 0.04 | 75 | 0.85 | 0.77 |
| Hex | DD | F6 | 92 | A | 0 | 29 | 4 | 4B | 55 | 4D |
| Octal | 335 | 366 | 222 | 12 | 0 | 51 | 4 | 113 | 125 | 115 |
| Binary | 11011101 | 11110110 | 10010010 | 1010 | 0 | 101001 | 100 | 1001011 | 1010101 | 1001101 |
Color Harmonies of #DDF692
Complementary color
Monochromatic Colors of #DDF692
Black with #DDF692
Text Example
Text Example
White with #DDF692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF692; }
p { color: rgb(221,246,146); }
H1.HeaderClassName
{
color: #DDF692;
}
.AnyTagClassName
{
color: #DDF692;
}
</style>
background-color css
<style>
a { background-color: #DDF692; }
a { background-color: rgb(221,246,146); }
div.DivClassName
{
background-color: #DDF692;
}
.BgClassName
{
background-color: #DDF692;
}
</style>
border-color css
<style>
span { border-color: #DDF692; }
span { border-color: rgb(221,246,146); }
td.TdClassName
{
border-color: #DDF692;
}
.TagClassName
{
border-color: #DDF692;
}
</style>