Html Css Color HEX #DDF5C4 Tea Green

📋 copy color: '#DDF5C4'

red 221 ◦ green 245 ◦ blue 196

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

Shades of Tea Green #DDF5C4

Tints of Tea Green #DDF5C4

RGB

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

 GREEN value IS 245 (96.09% from 255) = 37.01%

 BLUE value IS 196 (76.95% from 255) = 29.61%

R = 33.38%
G = 37.01%
B = 29.61%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.2

 K value IS 0.04

RGB Variations

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

Color information

#DDF5C4 (or 0xDDF5C4) is known color: Tea Green. HEX triplet: DD, F5 and C4. RGB value is (221,245,196). Sum of RGB (Red+Green+Blue) = 221+245+196=662 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.38% from 662); Green value is 245 (96.09% from 255 or 37.01% from 662); Blue value is 196 (76.95% from 255 or 29.61% from 662); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF5C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF5C4 is #220A3B. Grayscale: #E8E8E8. Windows color (decimal): -2230844 or 12907997. OLE color: 12907997.

HSL color Cylindrical-coordinate representation of color #DDF5C4: hue angle of 89.39º degrees, saturation: 0.71, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDF5C4 is Cyan = 0.10, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 245 196 -
CMYK 0.10 0 0.2 0.04
HSL 89.39º 0.71% 0.86% -
HSV(B) 89.39º 0.2% 0.96% -
XYZ 72.44 84.66 64.75 -
YUV 232.24 107.55 119.98 -
System Red Green Blue C M Y K H S L
Decimal 221 245 196 0.10 0 0.2 0.04 89.39 0.71 0.86
Hex DD F5 C4 A 0 14 4 59 47 56
Octal 335 365 304 12 0 24 4 131 107 126
Binary 11011101 11110101 11000100 1010 0 10100 100 1011001 1000111 1010110

Color Harmonies of #DDF5C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF5C4

Black with #DDF5C4

Text Example


Text Example

White with #DDF5C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF5C4; }

 p { color: rgb(221,245,196); }

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

background-color css

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

 a { background-color: rgb(221,245,196); }

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

border-color css

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

 span { border-color: rgb(221,245,196); }

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