Html Css Color HEX #DDFBC3 Tea Green

📋 copy color: '#DDFBC3'

red 221 ◦ green 251 ◦ blue 195

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

Shades of Tea Green #DDFBC3

Tints of Tea Green #DDFBC3

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.63%

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

R = 33.13%
G = 37.63%
B = 29.24%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#DDFBC3 (or 0xDDFBC3) is known color: Tea Green. HEX triplet: DD, FB and C3. RGB value is (221,251,195). Sum of RGB (Red+Green+Blue) = 221+251+195=667 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.13% from 667); Green value is 251 (98.44% from 255 or 37.63% from 667); Blue value is 195 (76.56% from 255 or 29.24% from 667); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFBC3 is #22043C. Grayscale: #EBEBEB. Windows color (decimal): -2229309 or 12843997. OLE color: 12843997.

HSL color Cylindrical-coordinate representation of color #DDFBC3: hue angle of 92.14º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDFBC3 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 251 195 -
CMYK 0.12 0 0.22 0.02
HSL 92.14º 0.88% 0.87% -
HSV(B) 92.14º 0.22% 0.98% -
XYZ 74.17 88.31 64.77 -
YUV 235.65 105.06 117.55 -
System Red Green Blue C M Y K H S L
Decimal 221 251 195 0.12 0 0.22 0.02 92.14 0.88 0.87
Hex DD FB C3 C 0 16 2 5C 58 57
Octal 335 373 303 14 0 26 2 134 130 127
Binary 11011101 11111011 11000011 1100 0 10110 10 1011100 1011000 1010111

Color Harmonies of #DDFBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFBC3

Black with #DDFBC3

Text Example


Text Example

White with #DDFBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFBC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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