Shades of Reef #DDF1AB
Tints of Reef #DDF1AB
RGB
CMYK
RGB Variations
Color information
#DDF1AB (or 0xDDF1AB) is known color: Reef. HEX triplet: DD, F1 and AB. RGB value is (221,241,171). Sum of RGB (Red+Green+Blue) = 221+241+171=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 241 (94.53% from 255 or 38.07% from 633); Blue value is 171 (67.19% from 255 or 27.01% from 633); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF1AB is #220E54. Grayscale: #E3E3E3. Windows color (decimal): -2231893 or 11268573. OLE color: 11268573.
HSL color Cylindrical-coordinate representation of color #DDF1AB: hue angle of 77.14º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDF1AB is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 241 | 171 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.05 |
| HSL | 77.14º | 0.71% | 0.81% | - |
| HSV(B) | 77.14º | 0.29% | 0.95% | - |
| XYZ | 68.62 | 81.22 | 50.59 | - |
| YUV | 227.04 | 96.37 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 241 | 171 | 0.08 | 0 | 0.29 | 0.05 | 77.14 | 0.71 | 0.81 |
| Hex | DD | F1 | AB | 8 | 0 | 1D | 5 | 4D | 47 | 51 |
| Octal | 335 | 361 | 253 | 10 | 0 | 35 | 5 | 115 | 107 | 121 |
| Binary | 11011101 | 11110001 | 10101011 | 1000 | 0 | 11101 | 101 | 1001101 | 1000111 | 1010001 |
Color Harmonies of #DDF1AB
Complementary color
Monochromatic Colors of #DDF1AB
Black with #DDF1AB
Text Example
Text Example
White with #DDF1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF1AB; }
p { color: rgb(221,241,171); }
H1.HeaderClassName
{
color: #DDF1AB;
}
.AnyTagClassName
{
color: #DDF1AB;
}
</style>
background-color css
<style>
a { background-color: #DDF1AB; }
a { background-color: rgb(221,241,171); }
div.DivClassName
{
background-color: #DDF1AB;
}
.BgClassName
{
background-color: #DDF1AB;
}
</style>
border-color css
<style>
span { border-color: #DDF1AB; }
span { border-color: rgb(221,241,171); }
td.TdClassName
{
border-color: #DDF1AB;
}
.TagClassName
{
border-color: #DDF1AB;
}
</style>