Html Css Color HEX #DDFDC6 Tea Green

📋 copy color: '#DDFDC6'

red 221 ◦ green 253 ◦ blue 198

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

Shades of Tea Green #DDFDC6

Tints of Tea Green #DDFDC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 29.46%

R = 32.89%
G = 37.65%
B = 29.46%

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

#DDFDC6 (or 0xDDFDC6) is known color: Tea Green. HEX triplet: DD, FD and C6. RGB value is (221,253,198). Sum of RGB (Red+Green+Blue) = 221+253+198=672 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.89% from 672); Green value is 253 (99.22% from 255 or 37.65% from 672); Blue value is 198 (77.73% from 255 or 29.46% from 672); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFDC6 is #220239. Grayscale: #EDEDED. Windows color (decimal): -2228794 or 13041117. OLE color: 13041117.

HSL color Cylindrical-coordinate representation of color #DDFDC6: hue angle of 94.91º 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 #DDFDC6 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 253 198 -
CMYK 0.13 0 0.22 0.01
HSL 94.91º 0.93% 0.88% -
HSV(B) 94.91º 0.22% 0.99% -
XYZ 75.14 89.7 66.78 -
YUV 237.16 105.9 116.47 -
System Red Green Blue C M Y K H S L
Decimal 221 253 198 0.13 0 0.22 0.01 94.91 0.93 0.88
Hex DD FD C6 D 0 16 1 5F 5D 58
Octal 335 375 306 15 0 26 1 137 135 130
Binary 11011101 11111101 11000110 1101 0 10110 1 1011111 1011101 1011000

Color Harmonies of #DDFDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFDC6

Black with #DDFDC6

Text Example


Text Example

White with #DDFDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFDC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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