Shades of Reef #DDF199
Tints of Reef #DDF199
RGB
CMYK
RGB Variations
Color information
#DDF199 (or 0xDDF199) is known color: Reef. HEX triplet: DD, F1 and 99. RGB value is (221,241,153). Sum of RGB (Red+Green+Blue) = 221+241+153=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 241 (94.53% from 255 or 39.19% from 615); Blue value is 153 (60.16% from 255 or 24.88% from 615); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF199 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF199 is #220E66. Grayscale: #E1E1E1. Windows color (decimal): -2231911 or 10088925. OLE color: 10088925.
HSL color Cylindrical-coordinate representation of color #DDF199: hue angle of 73.64º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDF199 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 241 | 153 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.05 |
| HSL | 73.64º | 0.76% | 0.77% | - |
| HSV(B) | 73.64º | 0.37% | 0.95% | - |
| XYZ | 67.02 | 80.58 | 42.16 | - |
| YUV | 224.99 | 87.37 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 241 | 153 | 0.08 | 0 | 0.37 | 0.05 | 73.64 | 0.76 | 0.77 |
| Hex | DD | F1 | 99 | 8 | 0 | 25 | 5 | 4A | 4C | 4D |
| Octal | 335 | 361 | 231 | 10 | 0 | 45 | 5 | 112 | 114 | 115 |
| Binary | 11011101 | 11110001 | 10011001 | 1000 | 0 | 100101 | 101 | 1001010 | 1001100 | 1001101 |
Color Harmonies of #DDF199
Complementary color
Monochromatic Colors of #DDF199
Black with #DDF199
Text Example
Text Example
White with #DDF199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF199; }
p { color: rgb(221,241,153); }
H1.HeaderClassName
{
color: #DDF199;
}
.AnyTagClassName
{
color: #DDF199;
}
</style>
background-color css
<style>
a { background-color: #DDF199; }
a { background-color: rgb(221,241,153); }
div.DivClassName
{
background-color: #DDF199;
}
.BgClassName
{
background-color: #DDF199;
}
</style>
border-color css
<style>
span { border-color: #DDF199; }
span { border-color: rgb(221,241,153); }
td.TdClassName
{
border-color: #DDF199;
}
.TagClassName
{
border-color: #DDF199;
}
</style>