Shades of Reef #DDF69A
Tints of Reef #DDF69A
RGB
CMYK
RGB Variations
Color information
#DDF69A (or 0xDDF69A) is known color: Reef. HEX triplet: DD, F6 and 9A. RGB value is (221,246,154). Sum of RGB (Red+Green+Blue) = 221+246+154=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 246 (96.48% from 255 or 39.61% from 621); Blue value is 154 (60.55% from 255 or 24.80% from 621); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF69A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF69A is #220965. Grayscale: #E4E4E4. Windows color (decimal): -2230630 or 10155741. OLE color: 10155741.
HSL color Cylindrical-coordinate representation of color #DDF69A: hue angle of 76.3º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDF69A is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 246 | 154 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.04 |
| HSL | 76.3º | 0.84% | 0.78% | - |
| HSV(B) | 76.3º | 0.37% | 0.96% | - |
| XYZ | 68.61 | 83.62 | 43.1 | - |
| YUV | 228.04 | 86.22 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 246 | 154 | 0.10 | 0 | 0.37 | 0.04 | 76.3 | 0.84 | 0.78 |
| Hex | DD | F6 | 9A | A | 0 | 25 | 4 | 4C | 54 | 4E |
| Octal | 335 | 366 | 232 | 12 | 0 | 45 | 4 | 114 | 124 | 116 |
| Binary | 11011101 | 11110110 | 10011010 | 1010 | 0 | 100101 | 100 | 1001100 | 1010100 | 1001110 |
Color Harmonies of #DDF69A
Complementary color
Monochromatic Colors of #DDF69A
Black with #DDF69A
Text Example
Text Example
White with #DDF69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF69A; }
p { color: rgb(221,246,154); }
H1.HeaderClassName
{
color: #DDF69A;
}
.AnyTagClassName
{
color: #DDF69A;
}
</style>
background-color css
<style>
a { background-color: #DDF69A; }
a { background-color: rgb(221,246,154); }
div.DivClassName
{
background-color: #DDF69A;
}
.BgClassName
{
background-color: #DDF69A;
}
</style>
border-color css
<style>
span { border-color: #DDF69A; }
span { border-color: rgb(221,246,154); }
td.TdClassName
{
border-color: #DDF69A;
}
.TagClassName
{
border-color: #DDF69A;
}
</style>