Html Css Color HEX #DDFDC2 Tea Green

📋 copy color: '#DDFDC2'

red 221 ◦ green 253 ◦ blue 194

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

Shades of Tea Green #DDFDC2

Tints of Tea Green #DDFDC2

RGB

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

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

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

R = 33.08%
G = 37.87%
B = 29.04%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#DDFDC2 (or 0xDDFDC2) is known color: Tea Green. HEX triplet: DD, FD and C2. RGB value is (221,253,194). Sum of RGB (Red+Green+Blue) = 221+253+194=668 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.08% from 668); Green value is 253 (99.22% from 255 or 37.87% from 668); Blue value is 194 (76.17% from 255 or 29.04% from 668); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFDC2 is #22023D. Grayscale: #ECECEC. Windows color (decimal): -2228798 or 12778973. OLE color: 12778973.

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

Color convert

RGB 221 253 194 -
CMYK 0.13 0 0.23 0.01
HSL 92.54º 0.94% 0.88% -
HSV(B) 92.54º 0.23% 0.99% -
XYZ 74.68 89.52 64.38 -
YUV 236.71 103.9 116.8 -
System Red Green Blue C M Y K H S L
Decimal 221 253 194 0.13 0 0.23 0.01 92.54 0.94 0.88
Hex DD FD C2 D 0 17 1 5D 5E 58
Octal 335 375 302 15 0 27 1 135 136 130
Binary 11011101 11111101 11000010 1101 0 10111 1 1011101 1011110 1011000

Color Harmonies of #DDFDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFDC2

Black with #DDFDC2

Text Example


Text Example

White with #DDFDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFDC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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