Html Css Color HEX #DDF888 Tidal

📋 copy color: '#DDF888'

red 221 ◦ green 248 ◦ blue 136

#DDF888
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tidal #DDF888

Tints of Tidal #DDF888

RGB

 RED value IS 221 (86.72% from 255) = 36.53%

 GREEN value IS 248 (97.27% from 255) = 40.99%

 BLUE value IS 136 (53.52% from 255) = 22.48%

R = 36.53%
G = 40.99%
B = 22.48%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.45

 K value IS 0.03

RGB Variations

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

Color information

#DDF888 (or 0xDDF888) is known color: Tidal. HEX triplet: DD, F8 and 88. RGB value is (221,248,136). Sum of RGB (Red+Green+Blue) = 221+248+136=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 248 (97.27% from 255 or 40.99% from 605); Blue value is 136 (53.52% from 255 or 22.48% from 605); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF888 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF888 is #220777. Grayscale: #E3E3E3. Windows color (decimal): -2230136 or 8976605. OLE color: 8976605.

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

Color convert

RGB 221 248 136 -
CMYK 0.11 0 0.45 0.03
HSL 74.46º 0.89% 0.75% -
HSV(B) 74.46º 0.45% 0.97% -
XYZ 67.83 84.28 35.99 -
YUV 227.16 76.55 123.61 -
System Red Green Blue C M Y K H S L
Decimal 221 248 136 0.11 0 0.45 0.03 74.46 0.89 0.75
Hex DD F8 88 B 0 2D 3 4A 59 4B
Octal 335 370 210 13 0 55 3 112 131 113
Binary 11011101 11111000 10001000 1011 0 101101 11 1001010 1011001 1001011

Color Harmonies of #DDF888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF888

Black with #DDF888

Text Example


Text Example

White with #DDF888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF888; }

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

 H1.HeaderClassName
 {
   color: #DDF888;
 }
 .AnyTagClassName
 {
   color: #DDF888;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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