Html Css Color HEX #DDFBBC Tea Green

📋 copy color: '#DDFBBC'

red 221 ◦ green 251 ◦ blue 188

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

Shades of Tea Green #DDFBBC

Tints of Tea Green #DDFBBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 28.48%

R = 33.48%
G = 38.03%
B = 28.48%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#DDFBBC (or 0xDDFBBC) is known color: Tea Green. HEX triplet: DD, FB and BC. RGB value is (221,251,188). Sum of RGB (Red+Green+Blue) = 221+251+188=660 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.48% from 660); Green value is 251 (98.44% from 255 or 38.03% from 660); Blue value is 188 (73.83% from 255 or 28.48% from 660); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFBBC is #220443. Grayscale: #EBEBEB. Windows color (decimal): -2229316 or 12385245. OLE color: 12385245.

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

Color convert

RGB 221 251 188 -
CMYK 0.12 0 0.25 0.02
HSL 88.57º 0.89% 0.86% -
HSV(B) 88.57º 0.25% 0.98% -
XYZ 73.39 88 60.69 -
YUV 234.85 101.56 118.12 -
System Red Green Blue C M Y K H S L
Decimal 221 251 188 0.12 0 0.25 0.02 88.57 0.89 0.86
Hex DD FB BC C 0 19 2 59 59 56
Octal 335 373 274 14 0 31 2 131 131 126
Binary 11011101 11111011 10111100 1100 0 11001 10 1011001 1011001 1010110

Color Harmonies of #DDFBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFBBC

Black with #DDFBBC

Text Example


Text Example

White with #DDFBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFBBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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