Shades of Reef #DDFDB0
Tints of Reef #DDFDB0
RGB
CMYK
RGB Variations
Color information
#DDFDB0 (or 0xDDFDB0) is known color: Reef. HEX triplet: DD, FD and B0. RGB value is (221,253,176). Sum of RGB (Red+Green+Blue) = 221+253+176=650 (86% of max value = 765). Red value is 221 (86.72% from 255 or 34% from 650); Green value is 253 (99.22% from 255 or 38.92% from 650); Blue value is 176 (69.14% from 255 or 27.08% from 650); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFDB0 is #22024F. Grayscale: #EAEAEA. Windows color (decimal): -2228816 or 11599325. OLE color: 11599325.
HSL color Cylindrical-coordinate representation of color #DDFDB0: hue angle of 84.94º degrees, saturation: 0.95, 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 #DDFDB0 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 253 | 176 | - |
| CMYK | 0.13 | 0 | 0.30 | 0.01 |
| HSL | 84.94º | 0.95% | 0.84% | - |
| HSV(B) | 84.94º | 0.3% | 0.99% | - |
| XYZ | 72.78 | 88.76 | 54.37 | - |
| YUV | 234.65 | 94.9 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 253 | 176 | 0.13 | 0 | 0.30 | 0.01 | 84.94 | 0.95 | 0.84 |
| Hex | DD | FD | B0 | D | 0 | 1E | 1 | 55 | 5F | 54 |
| Octal | 335 | 375 | 260 | 15 | 0 | 36 | 1 | 125 | 137 | 124 |
| Binary | 11011101 | 11111101 | 10110000 | 1101 | 0 | 11110 | 1 | 1010101 | 1011111 | 1010100 |
Color Harmonies of #DDFDB0
Complementary color
Monochromatic Colors of #DDFDB0
Black with #DDFDB0
Text Example
Text Example
White with #DDFDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFDB0; }
p { color: rgb(221,253,176); }
H1.HeaderClassName
{
color: #DDFDB0;
}
.AnyTagClassName
{
color: #DDFDB0;
}
</style>
background-color css
<style>
a { background-color: #DDFDB0; }
a { background-color: rgb(221,253,176); }
div.DivClassName
{
background-color: #DDFDB0;
}
.BgClassName
{
background-color: #DDFDB0;
}
</style>
border-color css
<style>
span { border-color: #DDFDB0; }
span { border-color: rgb(221,253,176); }
td.TdClassName
{
border-color: #DDFDB0;
}
.TagClassName
{
border-color: #DDFDB0;
}
</style>