#DDF886

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

Shades of Tidal #DDF886

Tints of Tidal #DDF886

Color information

#DDF886 (or 0xDDF886) is unknown color: approx Tidal. HEX triplet: DD, F8 and 86. RGB value is (221,248,134). Sum of RGB (Red+Green+Blue) = 221+248+134=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 248 (97.27% from 255 or 41.13% from 603); Blue value is 134 (52.73% from 255 or 22.22% from 603); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF886 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF886 is #220779. Grayscale: #E3E3E3. Windows color (decimal): -2230138 or 8845533. OLE color: 8845533.

HSL color Cylindrical-coordinate representation of color #DDF886: hue angle of 74.21º degrees, saturation: 0.89, 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 #DDF886 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB221248134-
CMYK0.1100.460.03
HSL74.21º89.06%74.9%-
HSV(B)74.21º45.97%97.25%-
XYZ67.6984.2335.24-
YUV226.9375.55123.77-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.65%
GREEN value IS 248 (97.27% from 255) = 41.13%
BLUE value IS 134 (52.73% from 255) = 22.22%
R=36.65%
G=41.13%
B=22.22%

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
Decimal2212481340.1100.460.0374.2189.0674.9
HexDDF886B02E34a594b
Octal335370206130563112131113
Binary1101110111111000100001101011010111011100101010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF886; }

 p { color: rgb(221,248,134); }

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

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

 a { background-color: rgb(221,248,134); }

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

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

 span { border-color: rgb(221,248,134); }

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