Shades of Reef #DDF5AB
Tints of Reef #DDF5AB
RGB
CMYK
RGB Variations
Color information
#DDF5AB (or 0xDDF5AB) is known color: Reef. HEX triplet: DD, F5 and AB. RGB value is (221,245,171). Sum of RGB (Red+Green+Blue) = 221+245+171=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 245 (96.09% from 255 or 38.46% from 637); Blue value is 171 (67.19% from 255 or 26.84% from 637); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF5AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF5AB is #220A54. Grayscale: #E5E5E5. Windows color (decimal): -2230869 or 11269597. OLE color: 11269597.
HSL color Cylindrical-coordinate representation of color #DDF5AB: hue angle of 79.46º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDF5AB is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 245 | 171 | - |
| CMYK | 0.10 | 0 | 0.30 | 0.04 |
| HSL | 79.46º | 0.79% | 0.82% | - |
| HSV(B) | 79.46º | 0.3% | 0.96% | - |
| XYZ | 69.82 | 83.62 | 50.99 | - |
| YUV | 229.39 | 95.05 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 245 | 171 | 0.10 | 0 | 0.30 | 0.04 | 79.46 | 0.79 | 0.82 |
| Hex | DD | F5 | AB | A | 0 | 1E | 4 | 4F | 4F | 52 |
| Octal | 335 | 365 | 253 | 12 | 0 | 36 | 4 | 117 | 117 | 122 |
| Binary | 11011101 | 11110101 | 10101011 | 1010 | 0 | 11110 | 100 | 1001111 | 1001111 | 1010010 |
Color Harmonies of #DDF5AB
Complementary color
Monochromatic Colors of #DDF5AB
Black with #DDF5AB
Text Example
Text Example
White with #DDF5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF5AB; }
p { color: rgb(221,245,171); }
H1.HeaderClassName
{
color: #DDF5AB;
}
.AnyTagClassName
{
color: #DDF5AB;
}
</style>
background-color css
<style>
a { background-color: #DDF5AB; }
a { background-color: rgb(221,245,171); }
div.DivClassName
{
background-color: #DDF5AB;
}
.BgClassName
{
background-color: #DDF5AB;
}
</style>
border-color css
<style>
span { border-color: #DDF5AB; }
span { border-color: rgb(221,245,171); }
td.TdClassName
{
border-color: #DDF5AB;
}
.TagClassName
{
border-color: #DDF5AB;
}
</style>