Html Css Color HEX #DDFABC Tea Green

📋 copy color: '#DDFABC'

red 221 ◦ green 250 ◦ blue 188

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

Shades of Tea Green #DDFABC

Tints of Tea Green #DDFABC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 37.94%

 BLUE value IS 188 (73.83% from 255) = 28.53%

R = 33.54%
G = 37.94%
B = 28.53%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#DDFABC (or 0xDDFABC) is known color: Tea Green. HEX triplet: DD, FA and BC. RGB value is (221,250,188). Sum of RGB (Red+Green+Blue) = 221+250+188=659 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.54% from 659); Green value is 250 (98.05% from 255 or 37.94% from 659); Blue value is 188 (73.83% from 255 or 28.53% from 659); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFABC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFABC is #220543. Grayscale: #EAEAEA. Windows color (decimal): -2229572 or 12384989. OLE color: 12384989.

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

Color convert

RGB 221 250 188 -
CMYK 0.12 0 0.25 0.02
HSL 88.06º 0.86% 0.86% -
HSV(B) 88.06º 0.25% 0.98% -
XYZ 73.08 87.37 60.59 -
YUV 234.26 101.89 118.54 -
System Red Green Blue C M Y K H S L
Decimal 221 250 188 0.12 0 0.25 0.02 88.06 0.86 0.86
Hex DD FA BC C 0 19 2 58 56 56
Octal 335 372 274 14 0 31 2 130 126 126
Binary 11011101 11111010 10111100 1100 0 11001 10 1011000 1010110 1010110

Color Harmonies of #DDFABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFABC

Black with #DDFABC

Text Example


Text Example

White with #DDFABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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