Html Css Color HEX #DDFDC3 Tea Green

📋 copy color: '#DDFDC3'

red 221 ◦ green 253 ◦ blue 195

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

Shades of Tea Green #DDFDC3

Tints of Tea Green #DDFDC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 29.15%

R = 33.03%
G = 37.82%
B = 29.15%

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

#DDFDC3 (or 0xDDFDC3) is known color: Tea Green. HEX triplet: DD, FD and C3. RGB value is (221,253,195). Sum of RGB (Red+Green+Blue) = 221+253+195=669 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.03% from 669); Green value is 253 (99.22% from 255 or 37.82% from 669); Blue value is 195 (76.56% from 255 or 29.15% from 669); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFDC3 is #22023C. Grayscale: #EDEDED. Windows color (decimal): -2228797 or 12844509. OLE color: 12844509.

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

Color convert

RGB 221 253 195 -
CMYK 0.13 0 0.23 0.01
HSL 93.1º 0.94% 0.88% -
HSV(B) 93.1º 0.23% 0.99% -
XYZ 74.79 89.56 64.98 -
YUV 236.82 104.4 116.72 -
System Red Green Blue C M Y K H S L
Decimal 221 253 195 0.13 0 0.23 0.01 93.1 0.94 0.88
Hex DD FD C3 D 0 17 1 5D 5E 58
Octal 335 375 303 15 0 27 1 135 136 130
Binary 11011101 11111101 11000011 1101 0 10111 1 1011101 1011110 1011000

Color Harmonies of #DDFDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFDC3

Black with #DDFDC3

Text Example


Text Example

White with #DDFDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFDC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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