Shades of Reef #DDFFB1
Tints of Reef #DDFFB1
RGB
CMYK
RGB Variations
Color information
#DDFFB1 (or 0xDDFFB1) is known color: Reef. HEX triplet: DD, FF and B1. RGB value is (221,255,177). Sum of RGB (Red+Green+Blue) = 221+255+177=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 255 (100% from 255 or 39.05% from 653); Blue value is 177 (69.53% from 255 or 27.11% from 653); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFFB1 is #22004E. Grayscale: #ECECEC. Windows color (decimal): -2228303 or 11665373. OLE color: 11665373.
HSL color Cylindrical-coordinate representation of color #DDFFB1: hue angle of 86.15º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDFFB1 is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 177 | - |
| CMYK | 0.13 | 0 | 0.31 | 0 |
| HSL | 86.15º | 1% | 0.85% | - |
| HSV(B) | 86.15º | 0.31% | 1% | - |
| XYZ | 73.51 | 90.07 | 55.1 | - |
| YUV | 235.94 | 94.74 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 177 | 0.13 | 0 | 0.31 | 0 | 86.15 | 1 | 0.85 |
| Hex | DD | FF | B1 | D | 0 | 1F | 0 | 56 | 64 | 55 |
| Octal | 335 | 377 | 261 | 15 | 0 | 37 | 0 | 126 | 144 | 125 |
| Binary | 11011101 | 11111111 | 10110001 | 1101 | 0 | 11111 | 0 | 1010110 | 1100100 | 1010101 |
Color Harmonies of #DDFFB1
Complementary color
Monochromatic Colors of #DDFFB1
Black with #DDFFB1
Text Example
Text Example
White with #DDFFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFFB1; }
p { color: rgb(221,255,177); }
H1.HeaderClassName
{
color: #DDFFB1;
}
.AnyTagClassName
{
color: #DDFFB1;
}
</style>
background-color css
<style>
a { background-color: #DDFFB1; }
a { background-color: rgb(221,255,177); }
div.DivClassName
{
background-color: #DDFFB1;
}
.BgClassName
{
background-color: #DDFFB1;
}
</style>
border-color css
<style>
span { border-color: #DDFFB1; }
span { border-color: rgb(221,255,177); }
td.TdClassName
{
border-color: #DDFFB1;
}
.TagClassName
{
border-color: #DDFFB1;
}
</style>