Shades of Reef #DDFDAD
Tints of Reef #DDFDAD
RGB
CMYK
RGB Variations
Color information
#DDFDAD (or 0xDDFDAD) is known color: Reef. HEX triplet: DD, FD and AD. RGB value is (221,253,173). Sum of RGB (Red+Green+Blue) = 221+253+173=647 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.16% from 647); Green value is 253 (99.22% from 255 or 39.10% from 647); Blue value is 173 (67.97% from 255 or 26.74% from 647); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFDAD is #220252. Grayscale: #EAEAEA. Windows color (decimal): -2228819 or 11402717. OLE color: 11402717.
HSL color Cylindrical-coordinate representation of color #DDFDAD: hue angle of 84º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDFDAD is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 253 | 173 | - |
| CMYK | 0.13 | 0 | 0.32 | 0.01 |
| HSL | 84º | 0.95% | 0.84% | - |
| HSV(B) | 84º | 0.32% | 0.99% | - |
| XYZ | 72.49 | 88.64 | 52.82 | - |
| YUV | 234.31 | 93.4 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 253 | 173 | 0.13 | 0 | 0.32 | 0.01 | 84 | 0.95 | 0.84 |
| Hex | DD | FD | AD | D | 0 | 20 | 1 | 54 | 5F | 54 |
| Octal | 335 | 375 | 255 | 15 | 0 | 40 | 1 | 124 | 137 | 124 |
| Binary | 11011101 | 11111101 | 10101101 | 1101 | 0 | 100000 | 1 | 1010100 | 1011111 | 1010100 |
Color Harmonies of #DDFDAD
Complementary color
Monochromatic Colors of #DDFDAD
Black with #DDFDAD
Text Example
Text Example
White with #DDFDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFDAD; }
p { color: rgb(221,253,173); }
H1.HeaderClassName
{
color: #DDFDAD;
}
.AnyTagClassName
{
color: #DDFDAD;
}
</style>
background-color css
<style>
a { background-color: #DDFDAD; }
a { background-color: rgb(221,253,173); }
div.DivClassName
{
background-color: #DDFDAD;
}
.BgClassName
{
background-color: #DDFDAD;
}
</style>
border-color css
<style>
span { border-color: #DDFDAD; }
span { border-color: rgb(221,253,173); }
td.TdClassName
{
border-color: #DDFDAD;
}
.TagClassName
{
border-color: #DDFDAD;
}
</style>