Shades of Reef #DDF0A3
Tints of Reef #DDF0A3
RGB
CMYK
RGB Variations
Color information
#DDF0A3 (or 0xDDF0A3) is known color: Reef. HEX triplet: DD, F0 and A3. RGB value is (221,240,163). Sum of RGB (Red+Green+Blue) = 221+240+163=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 240 (94.14% from 255 or 38.46% from 624); Blue value is 163 (64.06% from 255 or 26.12% from 624); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF0A3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF0A3 is #220F5C. Grayscale: #E1E1E1. Windows color (decimal): -2232157 or 10744029. OLE color: 10744029.
HSL color Cylindrical-coordinate representation of color #DDF0A3: hue angle of 74.81º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDF0A3 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 240 | 163 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.06 |
| HSL | 74.81º | 0.72% | 0.79% | - |
| HSV(B) | 74.81º | 0.32% | 0.94% | - |
| XYZ | 67.59 | 80.34 | 46.59 | - |
| YUV | 225.54 | 92.71 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 240 | 163 | 0.08 | 0 | 0.32 | 0.06 | 74.81 | 0.72 | 0.79 |
| Hex | DD | F0 | A3 | 8 | 0 | 20 | 6 | 4B | 48 | 4F |
| Octal | 335 | 360 | 243 | 10 | 0 | 40 | 6 | 113 | 110 | 117 |
| Binary | 11011101 | 11110000 | 10100011 | 1000 | 0 | 100000 | 110 | 1001011 | 1001000 | 1001111 |
Color Harmonies of #DDF0A3
Complementary color
Monochromatic Colors of #DDF0A3
Black with #DDF0A3
Text Example
Text Example
White with #DDF0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF0A3; }
p { color: rgb(221,240,163); }
H1.HeaderClassName
{
color: #DDF0A3;
}
.AnyTagClassName
{
color: #DDF0A3;
}
</style>
background-color css
<style>
a { background-color: #DDF0A3; }
a { background-color: rgb(221,240,163); }
div.DivClassName
{
background-color: #DDF0A3;
}
.BgClassName
{
background-color: #DDF0A3;
}
</style>
border-color css
<style>
span { border-color: #DDF0A3; }
span { border-color: rgb(221,240,163); }
td.TdClassName
{
border-color: #DDF0A3;
}
.TagClassName
{
border-color: #DDF0A3;
}
</style>