Shades of Reef #DDF0AB
Tints of Reef #DDF0AB
RGB
CMYK
RGB Variations
Color information
#DDF0AB (or 0xDDF0AB) is known color: Reef. HEX triplet: DD, F0 and AB. RGB value is (221,240,171). Sum of RGB (Red+Green+Blue) = 221+240+171=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 240 (94.14% from 255 or 37.97% from 632); Blue value is 171 (67.19% from 255 or 27.06% from 632); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF0AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF0AB is #220F54. Grayscale: #E2E2E2. Windows color (decimal): -2232149 or 11268317. OLE color: 11268317.
HSL color Cylindrical-coordinate representation of color #DDF0AB: hue angle of 76.52º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDF0AB is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 240 | 171 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.06 |
| HSL | 76.52º | 0.7% | 0.81% | - |
| HSV(B) | 76.52º | 0.29% | 0.94% | - |
| XYZ | 68.33 | 80.63 | 50.49 | - |
| YUV | 226.45 | 96.71 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 240 | 171 | 0.08 | 0 | 0.29 | 0.06 | 76.52 | 0.7 | 0.81 |
| Hex | DD | F0 | AB | 8 | 0 | 1D | 6 | 4D | 46 | 51 |
| Octal | 335 | 360 | 253 | 10 | 0 | 35 | 6 | 115 | 106 | 121 |
| Binary | 11011101 | 11110000 | 10101011 | 1000 | 0 | 11101 | 110 | 1001101 | 1000110 | 1010001 |
Color Harmonies of #DDF0AB
Complementary color
Monochromatic Colors of #DDF0AB
Black with #DDF0AB
Text Example
Text Example
White with #DDF0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF0AB; }
p { color: rgb(221,240,171); }
H1.HeaderClassName
{
color: #DDF0AB;
}
.AnyTagClassName
{
color: #DDF0AB;
}
</style>
background-color css
<style>
a { background-color: #DDF0AB; }
a { background-color: rgb(221,240,171); }
div.DivClassName
{
background-color: #DDF0AB;
}
.BgClassName
{
background-color: #DDF0AB;
}
</style>
border-color css
<style>
span { border-color: #DDF0AB; }
span { border-color: rgb(221,240,171); }
td.TdClassName
{
border-color: #DDF0AB;
}
.TagClassName
{
border-color: #DDF0AB;
}
</style>