#DDF785

Color #DDF785 Tidal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tidal #DDF785

Tints of Tidal #DDF785

Color information

#DDF785 (or 0xDDF785) is unknown color: approx Tidal. HEX triplet: DD, F7 and 85. RGB value is (221,247,133). Sum of RGB (Red+Green+Blue) = 221+247+133=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 247 (96.88% from 255 or 41.10% from 601); Blue value is 133 (52.34% from 255 or 22.13% from 601); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF785 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF785 is #22087A. Grayscale: #E2E2E2. Windows color (decimal): -2230395 or 8779741. OLE color: 8779741.

HSL color Cylindrical-coordinate representation of color #DDF785: hue angle of 73.68º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DDF785 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB221247133-
CMYK0.1100.460.03
HSL73.68º87.69%74.51%-
HSV(B)73.68º46.15%96.86%-
XYZ67.3183.5934.78-
YUV226.2375.39124.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 36.77%
GREEN value IS 247 (96.88% from 255) = 41.10%
BLUE value IS 133 (52.34% from 255) = 22.13%
R=36.77%
G=41.10%
B=22.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2212471330.1100.460.0373.6887.6974.51
HexDDF785B02E34a584b
Octal335367205130563112130113
Binary1101110111110111100001011011010111011100101010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF785; }

 p { color: rgb(221,247,133); }

 H1.HeaderClassName
 {
   color: #DDF785;
 }
 .AnyTagClassName
 {
   color: #DDF785;
 }
</style>
background-color css

<style>
 a { background-color: #DDF785; }

 a { background-color: rgb(221,247,133); }

 div.DivClassName
 {
   background-color: #DDF785;
 }
 .BgClassName
 {
   background-color: #DDF785;
 }
</style>
border-color css

<style>
 span { border-color: #DDF785; }

 span { border-color: rgb(221,247,133); }

 td.TdClassName
 {
   border-color: #DDF785;
 }
 .TagClassName
 {
   border-color: #DDF785;
 }
</style>