Shades of Reef #DDF7B1
Tints of Reef #DDF7B1
RGB
CMYK
RGB Variations
Color information
#DDF7B1 (or 0xDDF7B1) is known color: Reef. HEX triplet: DD, F7 and B1. RGB value is (221,247,177). Sum of RGB (Red+Green+Blue) = 221+247+177=645 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.26% from 645); Green value is 247 (96.88% from 255 or 38.29% from 645); Blue value is 177 (69.53% from 255 or 27.44% from 645); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF7B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF7B1 is #22084E. Grayscale: #E7E7E7. Windows color (decimal): -2230351 or 11663325. OLE color: 11663325.
HSL color Cylindrical-coordinate representation of color #DDF7B1: hue angle of 82.29º degrees, saturation: 0.81, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDF7B1 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 247 | 177 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.03 |
| HSL | 82.29º | 0.81% | 0.83% | - |
| HSV(B) | 82.29º | 0.28% | 0.97% | - |
| XYZ | 71.02 | 85.07 | 54.27 | - |
| YUV | 231.25 | 97.39 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 247 | 177 | 0.11 | 0 | 0.28 | 0.03 | 82.29 | 0.81 | 0.83 |
| Hex | DD | F7 | B1 | B | 0 | 1C | 3 | 52 | 51 | 53 |
| Octal | 335 | 367 | 261 | 13 | 0 | 34 | 3 | 122 | 121 | 123 |
| Binary | 11011101 | 11110111 | 10110001 | 1011 | 0 | 11100 | 11 | 1010010 | 1010001 | 1010011 |
Color Harmonies of #DDF7B1
Complementary color
Monochromatic Colors of #DDF7B1
Black with #DDF7B1
Text Example
Text Example
White with #DDF7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF7B1; }
p { color: rgb(221,247,177); }
H1.HeaderClassName
{
color: #DDF7B1;
}
.AnyTagClassName
{
color: #DDF7B1;
}
</style>
background-color css
<style>
a { background-color: #DDF7B1; }
a { background-color: rgb(221,247,177); }
div.DivClassName
{
background-color: #DDF7B1;
}
.BgClassName
{
background-color: #DDF7B1;
}
</style>
border-color css
<style>
span { border-color: #DDF7B1; }
span { border-color: rgb(221,247,177); }
td.TdClassName
{
border-color: #DDF7B1;
}
.TagClassName
{
border-color: #DDF7B1;
}
</style>