Shades of Reef #DDF8AB
Tints of Reef #DDF8AB
RGB
CMYK
RGB Variations
Color information
#DDF8AB (or 0xDDF8AB) is known color: Reef. HEX triplet: DD, F8 and AB. RGB value is (221,248,171). Sum of RGB (Red+Green+Blue) = 221+248+171=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 248 (97.27% from 255 or 38.75% from 640); Blue value is 171 (67.19% from 255 or 26.72% from 640); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF8AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF8AB is #220754. Grayscale: #E7E7E7. Windows color (decimal): -2230101 or 11270365. OLE color: 11270365.
HSL color Cylindrical-coordinate representation of color #DDF8AB: hue angle of 81.04º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDF8AB is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 248 | 171 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.03 |
| HSL | 81.04º | 0.85% | 0.82% | - |
| HSV(B) | 81.04º | 0.31% | 0.97% | - |
| XYZ | 70.74 | 85.45 | 51.29 | - |
| YUV | 231.15 | 94.05 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 248 | 171 | 0.11 | 0 | 0.31 | 0.03 | 81.04 | 0.85 | 0.82 |
| Hex | DD | F8 | AB | B | 0 | 1F | 3 | 51 | 55 | 52 |
| Octal | 335 | 370 | 253 | 13 | 0 | 37 | 3 | 121 | 125 | 122 |
| Binary | 11011101 | 11111000 | 10101011 | 1011 | 0 | 11111 | 11 | 1010001 | 1010101 | 1010010 |
Color Harmonies of #DDF8AB
Complementary color
Monochromatic Colors of #DDF8AB
Black with #DDF8AB
Text Example
Text Example
White with #DDF8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF8AB; }
p { color: rgb(221,248,171); }
H1.HeaderClassName
{
color: #DDF8AB;
}
.AnyTagClassName
{
color: #DDF8AB;
}
</style>
background-color css
<style>
a { background-color: #DDF8AB; }
a { background-color: rgb(221,248,171); }
div.DivClassName
{
background-color: #DDF8AB;
}
.BgClassName
{
background-color: #DDF8AB;
}
</style>
border-color css
<style>
span { border-color: #DDF8AB; }
span { border-color: rgb(221,248,171); }
td.TdClassName
{
border-color: #DDF8AB;
}
.TagClassName
{
border-color: #DDF8AB;
}
</style>