Shades of Reef #DDF1B0
Tints of Reef #DDF1B0
RGB
CMYK
RGB Variations
Color information
#DDF1B0 (or 0xDDF1B0) is known color: Reef. HEX triplet: DD, F1 and B0. RGB value is (221,241,176). Sum of RGB (Red+Green+Blue) = 221+241+176=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 241 (94.53% from 255 or 37.77% from 638); Blue value is 176 (69.14% from 255 or 27.59% from 638); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF1B0 is #220E4F. Grayscale: #E3E3E3. Windows color (decimal): -2231888 or 11596253. OLE color: 11596253.
HSL color Cylindrical-coordinate representation of color #DDF1B0: hue angle of 78.46º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDF1B0 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 241 | 176 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.05 |
| HSL | 78.46º | 0.7% | 0.82% | - |
| HSV(B) | 78.46º | 0.27% | 0.95% | - |
| XYZ | 69.11 | 81.42 | 53.15 | - |
| YUV | 227.61 | 98.87 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 241 | 176 | 0.08 | 0 | 0.27 | 0.05 | 78.46 | 0.7 | 0.82 |
| Hex | DD | F1 | B0 | 8 | 0 | 1B | 5 | 4E | 46 | 52 |
| Octal | 335 | 361 | 260 | 10 | 0 | 33 | 5 | 116 | 106 | 122 |
| Binary | 11011101 | 11110001 | 10110000 | 1000 | 0 | 11011 | 101 | 1001110 | 1000110 | 1010010 |
Color Harmonies of #DDF1B0
Complementary color
Monochromatic Colors of #DDF1B0
Black with #DDF1B0
Text Example
Text Example
White with #DDF1B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF1B0; }
p { color: rgb(221,241,176); }
H1.HeaderClassName
{
color: #DDF1B0;
}
.AnyTagClassName
{
color: #DDF1B0;
}
</style>
background-color css
<style>
a { background-color: #DDF1B0; }
a { background-color: rgb(221,241,176); }
div.DivClassName
{
background-color: #DDF1B0;
}
.BgClassName
{
background-color: #DDF1B0;
}
</style>
border-color css
<style>
span { border-color: #DDF1B0; }
span { border-color: rgb(221,241,176); }
td.TdClassName
{
border-color: #DDF1B0;
}
.TagClassName
{
border-color: #DDF1B0;
}
</style>