Shades of Reef #DDF2A3
Tints of Reef #DDF2A3
RGB
CMYK
RGB Variations
Color information
#DDF2A3 (or 0xDDF2A3) is known color: Reef. HEX triplet: DD, F2 and A3. RGB value is (221,242,163). Sum of RGB (Red+Green+Blue) = 221+242+163=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 242 (94.92% from 255 or 38.66% from 626); Blue value is 163 (64.06% from 255 or 26.04% from 626); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2A3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF2A3 is #220D5C. Grayscale: #E3E3E3. Windows color (decimal): -2231645 or 10744541. OLE color: 10744541.
HSL color Cylindrical-coordinate representation of color #DDF2A3: hue angle of 75.95º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDF2A3 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 163 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.05 |
| HSL | 75.95º | 0.75% | 0.79% | - |
| HSV(B) | 75.95º | 0.33% | 0.95% | - |
| XYZ | 68.18 | 81.52 | 46.79 | - |
| YUV | 226.72 | 92.04 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 163 | 0.09 | 0 | 0.33 | 0.05 | 75.95 | 0.75 | 0.79 |
| Hex | DD | F2 | A3 | 9 | 0 | 21 | 5 | 4C | 4B | 4F |
| Octal | 335 | 362 | 243 | 11 | 0 | 41 | 5 | 114 | 113 | 117 |
| Binary | 11011101 | 11110010 | 10100011 | 1001 | 0 | 100001 | 101 | 1001100 | 1001011 | 1001111 |
Color Harmonies of #DDF2A3
Complementary color
Monochromatic Colors of #DDF2A3
Black with #DDF2A3
Text Example
Text Example
White with #DDF2A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF2A3; }
p { color: rgb(221,242,163); }
H1.HeaderClassName
{
color: #DDF2A3;
}
.AnyTagClassName
{
color: #DDF2A3;
}
</style>
background-color css
<style>
a { background-color: #DDF2A3; }
a { background-color: rgb(221,242,163); }
div.DivClassName
{
background-color: #DDF2A3;
}
.BgClassName
{
background-color: #DDF2A3;
}
</style>
border-color css
<style>
span { border-color: #DDF2A3; }
span { border-color: rgb(221,242,163); }
td.TdClassName
{
border-color: #DDF2A3;
}
.TagClassName
{
border-color: #DDF2A3;
}
</style>