Shades of Reef #DDF991
Tints of Reef #DDF991
RGB
CMYK
RGB Variations
Color information
#DDF991 (or 0xDDF991) is known color: Reef. HEX triplet: DD, F9 and 91. RGB value is (221,249,145). Sum of RGB (Red+Green+Blue) = 221+249+145=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 249 (97.66% from 255 or 40.49% from 615); Blue value is 145 (57.03% from 255 or 23.58% from 615); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF991 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF991 is #22066E. Grayscale: #E5E5E5. Windows color (decimal): -2229871 or 9566685. OLE color: 9566685.
HSL color Cylindrical-coordinate representation of color #DDF991: hue angle of 76.15º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDF991 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 249 | 145 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.02 |
| HSL | 76.15º | 0.9% | 0.77% | - |
| HSV(B) | 76.15º | 0.42% | 0.98% | - |
| XYZ | 68.81 | 85.17 | 39.6 | - |
| YUV | 228.77 | 80.72 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 249 | 145 | 0.11 | 0 | 0.42 | 0.02 | 76.15 | 0.9 | 0.77 |
| Hex | DD | F9 | 91 | B | 0 | 2A | 2 | 4C | 5A | 4D |
| Octal | 335 | 371 | 221 | 13 | 0 | 52 | 2 | 114 | 132 | 115 |
| Binary | 11011101 | 11111001 | 10010001 | 1011 | 0 | 101010 | 10 | 1001100 | 1011010 | 1001101 |
Color Harmonies of #DDF991
Complementary color
Monochromatic Colors of #DDF991
Black with #DDF991
Text Example
Text Example
White with #DDF991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF991; }
p { color: rgb(221,249,145); }
H1.HeaderClassName
{
color: #DDF991;
}
.AnyTagClassName
{
color: #DDF991;
}
</style>
background-color css
<style>
a { background-color: #DDF991; }
a { background-color: rgb(221,249,145); }
div.DivClassName
{
background-color: #DDF991;
}
.BgClassName
{
background-color: #DDF991;
}
</style>
border-color css
<style>
span { border-color: #DDF991; }
span { border-color: rgb(221,249,145); }
td.TdClassName
{
border-color: #DDF991;
}
.TagClassName
{
border-color: #DDF991;
}
</style>