Shades of Reef #DDF4AB
Tints of Reef #DDF4AB
RGB
CMYK
RGB Variations
Color information
#DDF4AB (or 0xDDF4AB) is known color: Reef. HEX triplet: DD, F4 and AB. RGB value is (221,244,171). Sum of RGB (Red+Green+Blue) = 221+244+171=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 244 (95.70% from 255 or 38.36% from 636); Blue value is 171 (67.19% from 255 or 26.89% from 636); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF4AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF4AB is #220B54. Grayscale: #E5E5E5. Windows color (decimal): -2231125 or 11269341. OLE color: 11269341.
HSL color Cylindrical-coordinate representation of color #DDF4AB: hue angle of 78.9º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDF4AB is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 244 | 171 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.04 |
| HSL | 78.9º | 0.77% | 0.81% | - |
| HSV(B) | 78.9º | 0.3% | 0.96% | - |
| XYZ | 69.52 | 83.01 | 50.89 | - |
| YUV | 228.8 | 95.38 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 244 | 171 | 0.09 | 0 | 0.30 | 0.04 | 78.9 | 0.77 | 0.81 |
| Hex | DD | F4 | AB | 9 | 0 | 1E | 4 | 4F | 4D | 51 |
| Octal | 335 | 364 | 253 | 11 | 0 | 36 | 4 | 117 | 115 | 121 |
| Binary | 11011101 | 11110100 | 10101011 | 1001 | 0 | 11110 | 100 | 1001111 | 1001101 | 1010001 |
Color Harmonies of #DDF4AB
Complementary color
Monochromatic Colors of #DDF4AB
Black with #DDF4AB
Text Example
Text Example
White with #DDF4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF4AB; }
p { color: rgb(221,244,171); }
H1.HeaderClassName
{
color: #DDF4AB;
}
.AnyTagClassName
{
color: #DDF4AB;
}
</style>
background-color css
<style>
a { background-color: #DDF4AB; }
a { background-color: rgb(221,244,171); }
div.DivClassName
{
background-color: #DDF4AB;
}
.BgClassName
{
background-color: #DDF4AB;
}
</style>
border-color css
<style>
span { border-color: #DDF4AB; }
span { border-color: rgb(221,244,171); }
td.TdClassName
{
border-color: #DDF4AB;
}
.TagClassName
{
border-color: #DDF4AB;
}
</style>