Shades of Reef #DDF593
Tints of Reef #DDF593
RGB
CMYK
RGB Variations
Color information
#DDF593 (or 0xDDF593) is known color: Reef. HEX triplet: DD, F5 and 93. RGB value is (221,245,147). Sum of RGB (Red+Green+Blue) = 221+245+147=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 245 (96.09% from 255 or 39.97% from 613); Blue value is 147 (57.81% from 255 or 23.98% from 613); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF593 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF593 is #220A6C. Grayscale: #E3E3E3. Windows color (decimal): -2230893 or 9696733. OLE color: 9696733.
HSL color Cylindrical-coordinate representation of color #DDF593: hue angle of 74.69º degrees, saturation: 0.83, 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 #DDF593 is Cyan = 0.10, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 245 | 147 | - |
| CMYK | 0.10 | 0 | 0.4 | 0.04 |
| HSL | 74.69º | 0.83% | 0.77% | - |
| HSV(B) | 74.69º | 0.4% | 0.96% | - |
| XYZ | 67.74 | 82.78 | 40.01 | - |
| YUV | 226.65 | 83.05 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 245 | 147 | 0.10 | 0 | 0.4 | 0.04 | 74.69 | 0.83 | 0.77 |
| Hex | DD | F5 | 93 | A | 0 | 28 | 4 | 4B | 53 | 4D |
| Octal | 335 | 365 | 223 | 12 | 0 | 50 | 4 | 113 | 123 | 115 |
| Binary | 11011101 | 11110101 | 10010011 | 1010 | 0 | 101000 | 100 | 1001011 | 1010011 | 1001101 |
Color Harmonies of #DDF593
Complementary color
Monochromatic Colors of #DDF593
Black with #DDF593
Text Example
Text Example
White with #DDF593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF593; }
p { color: rgb(221,245,147); }
H1.HeaderClassName
{
color: #DDF593;
}
.AnyTagClassName
{
color: #DDF593;
}
</style>
background-color css
<style>
a { background-color: #DDF593; }
a { background-color: rgb(221,245,147); }
div.DivClassName
{
background-color: #DDF593;
}
.BgClassName
{
background-color: #DDF593;
}
</style>
border-color css
<style>
span { border-color: #DDF593; }
span { border-color: rgb(221,245,147); }
td.TdClassName
{
border-color: #DDF593;
}
.TagClassName
{
border-color: #DDF593;
}
</style>