#DDF988

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

Shades of Tidal #DDF988

Tints of Tidal #DDF988

Color information

#DDF988 (or 0xDDF988) is unknown color: approx Tidal. HEX triplet: DD, F9 and 88. RGB value is (221,249,136). Sum of RGB (Red+Green+Blue) = 221+249+136=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 249 (97.66% from 255 or 41.09% from 606); Blue value is 136 (53.52% from 255 or 22.44% from 606); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF988 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF988 is #220677. Grayscale: #E4E4E4. Windows color (decimal): -2229880 or 8976861. OLE color: 8976861.

HSL color Cylindrical-coordinate representation of color #DDF988: hue angle of 74.87º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DDF988 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB221249136-
CMYK0.1100.450.02
HSL74.87º90.4%75.49%-
HSV(B)74.87º45.38%97.65%-
XYZ68.1484.936.09-
YUV227.7576.22123.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.47%
GREEN value IS 249 (97.66% from 255) = 41.09%
BLUE value IS 136 (53.52% from 255) = 22.44%
R=36.47%
G=41.09%
B=22.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212491360.1100.450.0274.8790.475.49
HexDDF988B02D24b5a4b
Octal335371210130552113132113
Binary1101110111111001100010001011010110110100101110110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF988; }

 p { color: rgb(221,249,136); }

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

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

 a { background-color: rgb(221,249,136); }

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

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

 span { border-color: rgb(221,249,136); }

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