Shades of Reef #DDFEB1
Tints of Reef #DDFEB1
RGB
CMYK
RGB Variations
Color information
#DDFEB1 (or 0xDDFEB1) is known color: Reef. HEX triplet: DD, FE and B1. RGB value is (221,254,177). Sum of RGB (Red+Green+Blue) = 221+254+177=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 254 (99.61% from 255 or 38.96% from 652); Blue value is 177 (69.53% from 255 or 27.15% from 652); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFEB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFEB1 is #22014E. Grayscale: #EBEBEB. Windows color (decimal): -2228559 or 11665117. OLE color: 11665117.
HSL color Cylindrical-coordinate representation of color #DDFEB1: hue angle of 85.71º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDFEB1 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 177 | - |
| CMYK | 0.13 | 0 | 0.30 | 0.00 |
| HSL | 85.71º | 0.97% | 0.85% | - |
| HSV(B) | 85.71º | 0.3% | 1% | - |
| XYZ | 73.2 | 89.43 | 55 | - |
| YUV | 235.36 | 95.07 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 177 | 0.13 | 0 | 0.30 | 0.00 | 85.71 | 0.97 | 0.85 |
| Hex | DD | FE | B1 | D | 0 | 1E | 0 | 56 | 61 | 55 |
| Octal | 335 | 376 | 261 | 15 | 0 | 36 | 0 | 126 | 141 | 125 |
| Binary | 11011101 | 11111110 | 10110001 | 1101 | 0 | 11110 | 0 | 1010110 | 1100001 | 1010101 |
Color Harmonies of #DDFEB1
Complementary color
Monochromatic Colors of #DDFEB1
Black with #DDFEB1
Text Example
Text Example
White with #DDFEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFEB1; }
p { color: rgb(221,254,177); }
H1.HeaderClassName
{
color: #DDFEB1;
}
.AnyTagClassName
{
color: #DDFEB1;
}
</style>
background-color css
<style>
a { background-color: #DDFEB1; }
a { background-color: rgb(221,254,177); }
div.DivClassName
{
background-color: #DDFEB1;
}
.BgClassName
{
background-color: #DDFEB1;
}
</style>
border-color css
<style>
span { border-color: #DDFEB1; }
span { border-color: rgb(221,254,177); }
td.TdClassName
{
border-color: #DDFEB1;
}
.TagClassName
{
border-color: #DDFEB1;
}
</style>