#DDFA88

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

Shades of Tidal #DDFA88

Tints of Tidal #DDFA88

Color information

#DDFA88 (or 0xDDFA88) is unknown color: approx Tidal. HEX triplet: DD, FA and 88. RGB value is (221,250,136). Sum of RGB (Red+Green+Blue) = 221+250+136=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 250 (98.05% from 255 or 41.19% from 607); Blue value is 136 (53.52% from 255 or 22.41% from 607); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFA88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFA88 is #220577. Grayscale: #E4E4E4. Windows color (decimal): -2229624 or 8977117. OLE color: 8977117.

HSL color Cylindrical-coordinate representation of color #DDFA88: hue angle of 75.26º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DDFA88 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB221250136-
CMYK0.1200.460.02
HSL75.26º91.94%75.69%-
HSV(B)75.26º45.6%98.04%-
XYZ68.4585.5236.19-
YUV228.3375.89122.77-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.41%
GREEN value IS 250 (98.05% from 255) = 41.19%
BLUE value IS 136 (53.52% from 255) = 22.41%
R=36.41%
G=41.19%
B=22.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212501360.1200.460.0275.2691.9475.69
HexDDFA88C02E24b5c4c
Octal335372210140562113134114
Binary1101110111111010100010001100010111010100101110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFA88; }

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

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

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

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

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

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

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

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