Shades of Reef #DDF1A8
Tints of Reef #DDF1A8
RGB
CMYK
RGB Variations
Color information
#DDF1A8 (or 0xDDF1A8) is known color: Reef. HEX triplet: DD, F1 and A8. RGB value is (221,241,168). Sum of RGB (Red+Green+Blue) = 221+241+168=630 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.08% from 630); Green value is 241 (94.53% from 255 or 38.25% from 630); Blue value is 168 (66.02% from 255 or 26.67% from 630); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF1A8 is #220E57. Grayscale: #E2E2E2. Windows color (decimal): -2231896 or 11071965. OLE color: 11071965.
HSL color Cylindrical-coordinate representation of color #DDF1A8: hue angle of 76.44º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDF1A8 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 241 | 168 | - |
| CMYK | 0.08 | 0 | 0.30 | 0.05 |
| HSL | 76.44º | 0.72% | 0.8% | - |
| HSV(B) | 76.44º | 0.3% | 0.95% | - |
| XYZ | 68.34 | 81.11 | 49.1 | - |
| YUV | 226.7 | 94.87 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 241 | 168 | 0.08 | 0 | 0.30 | 0.05 | 76.44 | 0.72 | 0.8 |
| Hex | DD | F1 | A8 | 8 | 0 | 1E | 5 | 4C | 48 | 50 |
| Octal | 335 | 361 | 250 | 10 | 0 | 36 | 5 | 114 | 110 | 120 |
| Binary | 11011101 | 11110001 | 10101000 | 1000 | 0 | 11110 | 101 | 1001100 | 1001000 | 1010000 |
Color Harmonies of #DDF1A8
Complementary color
Monochromatic Colors of #DDF1A8
Black with #DDF1A8
Text Example
Text Example
White with #DDF1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF1A8; }
p { color: rgb(221,241,168); }
H1.HeaderClassName
{
color: #DDF1A8;
}
.AnyTagClassName
{
color: #DDF1A8;
}
</style>
background-color css
<style>
a { background-color: #DDF1A8; }
a { background-color: rgb(221,241,168); }
div.DivClassName
{
background-color: #DDF1A8;
}
.BgClassName
{
background-color: #DDF1A8;
}
</style>
border-color css
<style>
span { border-color: #DDF1A8; }
span { border-color: rgb(221,241,168); }
td.TdClassName
{
border-color: #DDF1A8;
}
.TagClassName
{
border-color: #DDF1A8;
}
</style>