Html Css Color HEX #DDFBC2 Tea Green

📋 copy color: '#DDFBC2'

red 221 ◦ green 251 ◦ blue 194

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

Shades of Tea Green #DDFBC2

Tints of Tea Green #DDFBC2

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.69%

 BLUE value IS 194 (76.17% from 255) = 29.13%

R = 33.18%
G = 37.69%
B = 29.13%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#DDFBC2 (or 0xDDFBC2) is known color: Tea Green. HEX triplet: DD, FB and C2. RGB value is (221,251,194). Sum of RGB (Red+Green+Blue) = 221+251+194=666 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.18% from 666); Green value is 251 (98.44% from 255 or 37.69% from 666); Blue value is 194 (76.17% from 255 or 29.13% from 666); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFBC2 is #22043D. Grayscale: #EBEBEB. Windows color (decimal): -2229310 or 12778461. OLE color: 12778461.

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

Color convert

RGB 221 251 194 -
CMYK 0.12 0 0.23 0.02
HSL 91.58º 0.88% 0.87% -
HSV(B) 91.58º 0.23% 0.98% -
XYZ 74.05 88.26 64.17 -
YUV 235.53 104.56 117.63 -
System Red Green Blue C M Y K H S L
Decimal 221 251 194 0.12 0 0.23 0.02 91.58 0.88 0.87
Hex DD FB C2 C 0 17 2 5C 58 57
Octal 335 373 302 14 0 27 2 134 130 127
Binary 11011101 11111011 11000010 1100 0 10111 10 1011100 1011000 1010111

Color Harmonies of #DDFBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFBC2

Black with #DDFBC2

Text Example


Text Example

White with #DDFBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFBC2; }

 p { color: rgb(221,251,194); }

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

background-color css

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

 a { background-color: rgb(221,251,194); }

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

border-color css

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

 span { border-color: rgb(221,251,194); }

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