Html Css Color HEX #DDF8BE Tea Green

📋 copy color: '#DDF8BE'

red 221 ◦ green 248 ◦ blue 190

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

Shades of Tea Green #DDF8BE

Tints of Tea Green #DDF8BE

RGB

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

 GREEN value IS 248 (97.27% from 255) = 37.63%

 BLUE value IS 190 (74.61% from 255) = 28.83%

R = 33.54%
G = 37.63%
B = 28.83%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#DDF8BE (or 0xDDF8BE) is known color: Tea Green. HEX triplet: DD, F8 and BE. RGB value is (221,248,190). Sum of RGB (Red+Green+Blue) = 221+248+190=659 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.54% from 659); Green value is 248 (97.27% from 255 or 37.63% from 659); Blue value is 190 (74.61% from 255 or 28.83% from 659); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF8BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF8BE is #220741. Grayscale: #E9E9E9. Windows color (decimal): -2230082 or 12515549. OLE color: 12515549.

HSL color Cylindrical-coordinate representation of color #DDF8BE: hue angle of 87.93º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDF8BE is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 248 190 -
CMYK 0.11 0 0.23 0.03
HSL 87.93º 0.81% 0.86% -
HSV(B) 87.93º 0.23% 0.97% -
XYZ 72.68 86.22 61.53 -
YUV 233.32 103.55 119.22 -
System Red Green Blue C M Y K H S L
Decimal 221 248 190 0.11 0 0.23 0.03 87.93 0.81 0.86
Hex DD F8 BE B 0 17 3 58 51 56
Octal 335 370 276 13 0 27 3 130 121 126
Binary 11011101 11111000 10111110 1011 0 10111 11 1011000 1010001 1010110

Color Harmonies of #DDF8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF8BE

Black with #DDF8BE

Text Example


Text Example

White with #DDF8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF8BE; }

 p { color: rgb(221,248,190); }

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

background-color css

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

 a { background-color: rgb(221,248,190); }

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

border-color css

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

 span { border-color: rgb(221,248,190); }

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