Html Css Color HEX #DDFDBF Tea Green

📋 copy color: '#DDFDBF'

red 221 ◦ green 253 ◦ blue 191

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

Shades of Tea Green #DDFDBF

Tints of Tea Green #DDFDBF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 38.05%

 BLUE value IS 191 (75% from 255) = 28.72%

R = 33.23%
G = 38.05%
B = 28.72%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#DDFDBF (or 0xDDFDBF) is known color: Tea Green. HEX triplet: DD, FD and BF. RGB value is (221,253,191). Sum of RGB (Red+Green+Blue) = 221+253+191=665 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.23% from 665); Green value is 253 (99.22% from 255 or 38.05% from 665); Blue value is 191 (75% from 255 or 28.72% from 665); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFDBF is #220240. Grayscale: #ECECEC. Windows color (decimal): -2228801 or 12582365. OLE color: 12582365.

HSL color Cylindrical-coordinate representation of color #DDFDBF: hue angle of 90.97º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDFDBF is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 253 191 -
CMYK 0.13 0 0.25 0.01
HSL 90.97º 0.94% 0.87% -
HSV(B) 90.97º 0.25% 0.99% -
XYZ 74.35 89.38 62.62 -
YUV 236.36 102.4 117.04 -
System Red Green Blue C M Y K H S L
Decimal 221 253 191 0.13 0 0.25 0.01 90.97 0.94 0.87
Hex DD FD BF D 0 19 1 5B 5E 57
Octal 335 375 277 15 0 31 1 133 136 127
Binary 11011101 11111101 10111111 1101 0 11001 1 1011011 1011110 1010111

Color Harmonies of #DDFDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFDBF

Black with #DDFDBF

Text Example


Text Example

White with #DDFDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFDBF; }

 p { color: rgb(221,253,191); }

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

background-color css

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

 a { background-color: rgb(221,253,191); }

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

border-color css

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

 span { border-color: rgb(221,253,191); }

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