Shades of Reef #DDF1B1
Tints of Reef #DDF1B1
RGB
CMYK
RGB Variations
Color information
#DDF1B1 (or 0xDDF1B1) is known color: Reef. HEX triplet: DD, F1 and B1. RGB value is (221,241,177). Sum of RGB (Red+Green+Blue) = 221+241+177=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 241 (94.53% from 255 or 37.72% from 639); Blue value is 177 (69.53% from 255 or 27.70% from 639); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF1B1 is #220E4E. Grayscale: #E3E3E3. Windows color (decimal): -2231887 or 11661789. OLE color: 11661789.
HSL color Cylindrical-coordinate representation of color #DDF1B1: hue angle of 78.75º 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 #DDF1B1 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 241 | 177 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.05 |
| HSL | 78.75º | 0.7% | 0.82% | - |
| HSV(B) | 78.75º | 0.27% | 0.95% | - |
| XYZ | 69.21 | 81.46 | 53.67 | - |
| YUV | 227.72 | 99.37 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 241 | 177 | 0.08 | 0 | 0.27 | 0.05 | 78.75 | 0.7 | 0.82 |
| Hex | DD | F1 | B1 | 8 | 0 | 1B | 5 | 4F | 46 | 52 |
| Octal | 335 | 361 | 261 | 10 | 0 | 33 | 5 | 117 | 106 | 122 |
| Binary | 11011101 | 11110001 | 10110001 | 1000 | 0 | 11011 | 101 | 1001111 | 1000110 | 1010010 |
Color Harmonies of #DDF1B1
Complementary color
Monochromatic Colors of #DDF1B1
Black with #DDF1B1
Text Example
Text Example
White with #DDF1B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF1B1; }
p { color: rgb(221,241,177); }
H1.HeaderClassName
{
color: #DDF1B1;
}
.AnyTagClassName
{
color: #DDF1B1;
}
</style>
background-color css
<style>
a { background-color: #DDF1B1; }
a { background-color: rgb(221,241,177); }
div.DivClassName
{
background-color: #DDF1B1;
}
.BgClassName
{
background-color: #DDF1B1;
}
</style>
border-color css
<style>
span { border-color: #DDF1B1; }
span { border-color: rgb(221,241,177); }
td.TdClassName
{
border-color: #DDF1B1;
}
.TagClassName
{
border-color: #DDF1B1;
}
</style>