Html Css Color HEX #DDF8C1 Tea Green

📋 copy color: '#DDF8C1'

red 221 ◦ green 248 ◦ blue 193

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

Shades of Tea Green #DDF8C1

Tints of Tea Green #DDF8C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 29.15%

R = 33.38%
G = 37.46%
B = 29.15%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#DDF8C1 (or 0xDDF8C1) is known color: Tea Green. HEX triplet: DD, F8 and C1. RGB value is (221,248,193). Sum of RGB (Red+Green+Blue) = 221+248+193=662 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.38% from 662); Green value is 248 (97.27% from 255 or 37.46% from 662); Blue value is 193 (75.78% from 255 or 29.15% from 662); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF8C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF8C1 is #22073E. Grayscale: #E9E9E9. Windows color (decimal): -2230079 or 12712157. OLE color: 12712157.

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

Color convert

RGB 221 248 193 -
CMYK 0.11 0 0.22 0.03
HSL 89.45º 0.8% 0.86% -
HSV(B) 89.45º 0.22% 0.97% -
XYZ 73.01 86.36 63.27 -
YUV 233.66 105.05 118.97 -
System Red Green Blue C M Y K H S L
Decimal 221 248 193 0.11 0 0.22 0.03 89.45 0.8 0.86
Hex DD F8 C1 B 0 16 3 59 50 56
Octal 335 370 301 13 0 26 3 131 120 126
Binary 11011101 11111000 11000001 1011 0 10110 11 1011001 1010000 1010110

Color Harmonies of #DDF8C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF8C1

Black with #DDF8C1

Text Example


Text Example

White with #DDF8C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF8C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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