Shades of Reef #DDFCB0
Tints of Reef #DDFCB0
RGB
CMYK
RGB Variations
Color information
#DDFCB0 (or 0xDDFCB0) is known color: Reef. HEX triplet: DD, FC and B0. RGB value is (221,252,176). Sum of RGB (Red+Green+Blue) = 221+252+176=649 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.05% from 649); Green value is 252 (98.83% from 255 or 38.83% from 649); Blue value is 176 (69.14% from 255 or 27.12% from 649); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFCB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFCB0 is #22034F. Grayscale: #EAEAEA. Windows color (decimal): -2229072 or 11599069. OLE color: 11599069.
HSL color Cylindrical-coordinate representation of color #DDFCB0: hue angle of 84.47º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDFCB0 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 252 | 176 | - |
| CMYK | 0.12 | 0 | 0.30 | 0.01 |
| HSL | 84.47º | 0.93% | 0.84% | - |
| HSV(B) | 84.47º | 0.3% | 0.99% | - |
| XYZ | 72.47 | 88.13 | 54.27 | - |
| YUV | 234.07 | 95.23 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 252 | 176 | 0.12 | 0 | 0.30 | 0.01 | 84.47 | 0.93 | 0.84 |
| Hex | DD | FC | B0 | C | 0 | 1E | 1 | 54 | 5D | 54 |
| Octal | 335 | 374 | 260 | 14 | 0 | 36 | 1 | 124 | 135 | 124 |
| Binary | 11011101 | 11111100 | 10110000 | 1100 | 0 | 11110 | 1 | 1010100 | 1011101 | 1010100 |
Color Harmonies of #DDFCB0
Complementary color
Monochromatic Colors of #DDFCB0
Black with #DDFCB0
Text Example
Text Example
White with #DDFCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFCB0; }
p { color: rgb(221,252,176); }
H1.HeaderClassName
{
color: #DDFCB0;
}
.AnyTagClassName
{
color: #DDFCB0;
}
</style>
background-color css
<style>
a { background-color: #DDFCB0; }
a { background-color: rgb(221,252,176); }
div.DivClassName
{
background-color: #DDFCB0;
}
.BgClassName
{
background-color: #DDFCB0;
}
</style>
border-color css
<style>
span { border-color: #DDFCB0; }
span { border-color: rgb(221,252,176); }
td.TdClassName
{
border-color: #DDFCB0;
}
.TagClassName
{
border-color: #DDFCB0;
}
</style>