Shades of Reef #DDF0A5
Tints of Reef #DDF0A5
RGB
CMYK
RGB Variations
Color information
#DDF0A5 (or 0xDDF0A5) is known color: Reef. HEX triplet: DD, F0 and A5. RGB value is (221,240,165). Sum of RGB (Red+Green+Blue) = 221+240+165=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 240 (94.14% from 255 or 38.34% from 626); Blue value is 165 (64.84% from 255 or 26.36% from 626); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF0A5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF0A5 is #220F5A. Grayscale: #E2E2E2. Windows color (decimal): -2232155 or 10875101. OLE color: 10875101.
HSL color Cylindrical-coordinate representation of color #DDF0A5: hue angle of 75.2º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDF0A5 is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 240 | 165 | - |
| CMYK | 0.08 | 0 | 0.31 | 0.06 |
| HSL | 75.2º | 0.71% | 0.79% | - |
| HSV(B) | 75.2º | 0.31% | 0.94% | - |
| XYZ | 67.77 | 80.41 | 47.55 | - |
| YUV | 225.77 | 93.71 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 240 | 165 | 0.08 | 0 | 0.31 | 0.06 | 75.2 | 0.71 | 0.79 |
| Hex | DD | F0 | A5 | 8 | 0 | 1F | 6 | 4B | 47 | 4F |
| Octal | 335 | 360 | 245 | 10 | 0 | 37 | 6 | 113 | 107 | 117 |
| Binary | 11011101 | 11110000 | 10100101 | 1000 | 0 | 11111 | 110 | 1001011 | 1000111 | 1001111 |
Color Harmonies of #DDF0A5
Complementary color
Monochromatic Colors of #DDF0A5
Black with #DDF0A5
Text Example
Text Example
White with #DDF0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF0A5; }
p { color: rgb(221,240,165); }
H1.HeaderClassName
{
color: #DDF0A5;
}
.AnyTagClassName
{
color: #DDF0A5;
}
</style>
background-color css
<style>
a { background-color: #DDF0A5; }
a { background-color: rgb(221,240,165); }
div.DivClassName
{
background-color: #DDF0A5;
}
.BgClassName
{
background-color: #DDF0A5;
}
</style>
border-color css
<style>
span { border-color: #DDF0A5; }
span { border-color: rgb(221,240,165); }
td.TdClassName
{
border-color: #DDF0A5;
}
.TagClassName
{
border-color: #DDF0A5;
}
</style>