Shades of Reef #DDF0A1
Tints of Reef #DDF0A1
RGB
CMYK
RGB Variations
Color information
#DDF0A1 (or 0xDDF0A1) is known color: Reef. HEX triplet: DD, F0 and A1. RGB value is (221,240,161). Sum of RGB (Red+Green+Blue) = 221+240+161=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 240 (94.14% from 255 or 38.59% from 622); Blue value is 161 (63.28% from 255 or 25.88% from 622); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF0A1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF0A1 is #220F5E. Grayscale: #E1E1E1. Windows color (decimal): -2232159 or 10612957. OLE color: 10612957.
HSL color Cylindrical-coordinate representation of color #DDF0A1: hue angle of 74.43º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDF0A1 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 240 | 161 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.06 |
| HSL | 74.43º | 0.72% | 0.79% | - |
| HSV(B) | 74.43º | 0.33% | 0.94% | - |
| XYZ | 67.41 | 80.27 | 45.66 | - |
| YUV | 225.31 | 91.71 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 240 | 161 | 0.08 | 0 | 0.33 | 0.06 | 74.43 | 0.72 | 0.79 |
| Hex | DD | F0 | A1 | 8 | 0 | 21 | 6 | 4A | 48 | 4F |
| Octal | 335 | 360 | 241 | 10 | 0 | 41 | 6 | 112 | 110 | 117 |
| Binary | 11011101 | 11110000 | 10100001 | 1000 | 0 | 100001 | 110 | 1001010 | 1001000 | 1001111 |
Color Harmonies of #DDF0A1
Complementary color
Monochromatic Colors of #DDF0A1
Black with #DDF0A1
Text Example
Text Example
White with #DDF0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF0A1; }
p { color: rgb(221,240,161); }
H1.HeaderClassName
{
color: #DDF0A1;
}
.AnyTagClassName
{
color: #DDF0A1;
}
</style>
background-color css
<style>
a { background-color: #DDF0A1; }
a { background-color: rgb(221,240,161); }
div.DivClassName
{
background-color: #DDF0A1;
}
.BgClassName
{
background-color: #DDF0A1;
}
</style>
border-color css
<style>
span { border-color: #DDF0A1; }
span { border-color: rgb(221,240,161); }
td.TdClassName
{
border-color: #DDF0A1;
}
.TagClassName
{
border-color: #DDF0A1;
}
</style>