Shades of Reef #DDF393
Tints of Reef #DDF393
RGB
CMYK
RGB Variations
Color information
#DDF393 (or 0xDDF393) is known color: Reef. HEX triplet: DD, F3 and 93. RGB value is (221,243,147). Sum of RGB (Red+Green+Blue) = 221+243+147=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 243 (95.31% from 255 or 39.77% from 611); Blue value is 147 (57.81% from 255 or 24.06% from 611); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF393 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF393 is #220C6C. Grayscale: #E1E1E1. Windows color (decimal): -2231405 or 9696221. OLE color: 9696221.
HSL color Cylindrical-coordinate representation of color #DDF393: hue angle of 73.75º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDF393 is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 243 | 147 | - |
| CMYK | 0.09 | 0 | 0.40 | 0.05 |
| HSL | 73.75º | 0.8% | 0.76% | - |
| HSV(B) | 73.75º | 0.4% | 0.95% | - |
| XYZ | 67.14 | 81.58 | 39.81 | - |
| YUV | 225.48 | 83.71 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 243 | 147 | 0.09 | 0 | 0.40 | 0.05 | 73.75 | 0.8 | 0.76 |
| Hex | DD | F3 | 93 | 9 | 0 | 28 | 5 | 4A | 50 | 4C |
| Octal | 335 | 363 | 223 | 11 | 0 | 50 | 5 | 112 | 120 | 114 |
| Binary | 11011101 | 11110011 | 10010011 | 1001 | 0 | 101000 | 101 | 1001010 | 1010000 | 1001100 |
Color Harmonies of #DDF393
Complementary color
Monochromatic Colors of #DDF393
Black with #DDF393
Text Example
Text Example
White with #DDF393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF393; }
p { color: rgb(221,243,147); }
H1.HeaderClassName
{
color: #DDF393;
}
.AnyTagClassName
{
color: #DDF393;
}
</style>
background-color css
<style>
a { background-color: #DDF393; }
a { background-color: rgb(221,243,147); }
div.DivClassName
{
background-color: #DDF393;
}
.BgClassName
{
background-color: #DDF393;
}
</style>
border-color css
<style>
span { border-color: #DDF393; }
span { border-color: rgb(221,243,147); }
td.TdClassName
{
border-color: #DDF393;
}
.TagClassName
{
border-color: #DDF393;
}
</style>