Shades of Reef #DDF3A0
Tints of Reef #DDF3A0
RGB
CMYK
RGB Variations
Color information
#DDF3A0 (or 0xDDF3A0) is known color: Reef. HEX triplet: DD, F3 and A0. RGB value is (221,243,160). Sum of RGB (Red+Green+Blue) = 221+243+160=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 243 (95.31% from 255 or 38.94% from 624); Blue value is 160 (62.89% from 255 or 25.64% from 624); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF3A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF3A0 is #220C5F. Grayscale: #E3E3E3. Windows color (decimal): -2231392 or 10548189. OLE color: 10548189.
HSL color Cylindrical-coordinate representation of color #DDF3A0: hue angle of 75.9º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DDF3A0 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 243 | 160 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.05 |
| HSL | 75.9º | 0.78% | 0.79% | - |
| HSV(B) | 75.9º | 0.34% | 0.95% | - |
| XYZ | 68.21 | 82.01 | 45.49 | - |
| YUV | 226.96 | 90.21 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 243 | 160 | 0.09 | 0 | 0.34 | 0.05 | 75.9 | 0.78 | 0.79 |
| Hex | DD | F3 | A0 | 9 | 0 | 22 | 5 | 4C | 4E | 4F |
| Octal | 335 | 363 | 240 | 11 | 0 | 42 | 5 | 114 | 116 | 117 |
| Binary | 11011101 | 11110011 | 10100000 | 1001 | 0 | 100010 | 101 | 1001100 | 1001110 | 1001111 |
Color Harmonies of #DDF3A0
Complementary color
Monochromatic Colors of #DDF3A0
Black with #DDF3A0
Text Example
Text Example
White with #DDF3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF3A0; }
p { color: rgb(221,243,160); }
H1.HeaderClassName
{
color: #DDF3A0;
}
.AnyTagClassName
{
color: #DDF3A0;
}
</style>
background-color css
<style>
a { background-color: #DDF3A0; }
a { background-color: rgb(221,243,160); }
div.DivClassName
{
background-color: #DDF3A0;
}
.BgClassName
{
background-color: #DDF3A0;
}
</style>
border-color css
<style>
span { border-color: #DDF3A0; }
span { border-color: rgb(221,243,160); }
td.TdClassName
{
border-color: #DDF3A0;
}
.TagClassName
{
border-color: #DDF3A0;
}
</style>