Html Css Color HEX #DDFDC5 Tea Green

📋 copy color: '#DDFDC5'

red 221 ◦ green 253 ◦ blue 197

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

Shades of Tea Green #DDFDC5

Tints of Tea Green #DDFDC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 29.36%

R = 32.94%
G = 37.7%
B = 29.36%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#DDFDC5 (or 0xDDFDC5) is known color: Tea Green. HEX triplet: DD, FD and C5. RGB value is (221,253,197). Sum of RGB (Red+Green+Blue) = 221+253+197=671 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.94% from 671); Green value is 253 (99.22% from 255 or 37.70% from 671); Blue value is 197 (77.34% from 255 or 29.36% from 671); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFDC5 is #22023A. Grayscale: #EDEDED. Windows color (decimal): -2228795 or 12975581. OLE color: 12975581.

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

Color convert

RGB 221 253 197 -
CMYK 0.13 0 0.22 0.01
HSL 94.29º 0.93% 0.88% -
HSV(B) 94.29º 0.22% 0.99% -
XYZ 75.02 89.65 66.17 -
YUV 237.05 105.4 116.55 -
System Red Green Blue C M Y K H S L
Decimal 221 253 197 0.13 0 0.22 0.01 94.29 0.93 0.88
Hex DD FD C5 D 0 16 1 5E 5D 58
Octal 335 375 305 15 0 26 1 136 135 130
Binary 11011101 11111101 11000101 1101 0 10110 1 1011110 1011101 1011000

Color Harmonies of #DDFDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFDC5

Black with #DDFDC5

Text Example


Text Example

White with #DDFDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFDC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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