Html Css Color HEX #DDFDC1 Tea Green

📋 copy color: '#DDFDC1'

red 221 ◦ green 253 ◦ blue 193

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

Shades of Tea Green #DDFDC1

Tints of Tea Green #DDFDC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 28.94%

R = 33.13%
G = 37.93%
B = 28.94%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#DDFDC1 (or 0xDDFDC1) is known color: Tea Green. HEX triplet: DD, FD and C1. RGB value is (221,253,193). Sum of RGB (Red+Green+Blue) = 221+253+193=667 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.13% from 667); Green value is 253 (99.22% from 255 or 37.93% from 667); Blue value is 193 (75.78% from 255 or 28.94% from 667); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFDC1 is #22023E. Grayscale: #ECECEC. Windows color (decimal): -2228799 or 12713437. OLE color: 12713437.

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

Color convert

RGB 221 253 193 -
CMYK 0.13 0 0.24 0.01
HSL 92º 0.94% 0.87% -
HSV(B) 92º 0.24% 0.99% -
XYZ 74.57 89.47 63.79 -
YUV 236.59 103.4 116.88 -
System Red Green Blue C M Y K H S L
Decimal 221 253 193 0.13 0 0.24 0.01 92 0.94 0.87
Hex DD FD C1 D 0 18 1 5C 5E 57
Octal 335 375 301 15 0 30 1 134 136 127
Binary 11011101 11111101 11000001 1101 0 11000 1 1011100 1011110 1010111

Color Harmonies of #DDFDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFDC1

Black with #DDFDC1

Text Example


Text Example

White with #DDFDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFDC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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