Html Css Color HEX #DDEEDC Tara

📋 copy color: '#DDEEDC'

red 221 ◦ green 238 ◦ blue 220

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

Shades of Tara #DDEEDC

Tints of Tara #DDEEDC

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.05%

 BLUE value IS 220 (86.33% from 255) = 32.4%

R = 32.55%
G = 35.05%
B = 32.4%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#DDEEDC (or 0xDDEEDC) is known color: Tara. HEX triplet: DD, EE and DC. RGB value is (221,238,220). Sum of RGB (Red+Green+Blue) = 221+238+220=679 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.55% from 679); Green value is 238 (93.36% from 255 or 35.05% from 679); Blue value is 220 (86.33% from 255 or 32.40% from 679); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEEDC is #221123. Grayscale: #E6E6E6. Windows color (decimal): -2232612 or 14479069. OLE color: 14479069.

HSL color Cylindrical-coordinate representation of color #DDEEDC: hue angle of 116.67º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDEEDC is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 238 220 -
CMYK 0.07 0 0.08 0.07
HSL 116.67º 0.35% 0.9% -
HSV(B) 116.67º 0.08% 0.93% -
XYZ 73.31 81.69 79.61 -
YUV 230.87 121.87 120.96 -
System Red Green Blue C M Y K H S L
Decimal 221 238 220 0.07 0 0.08 0.07 116.67 0.35 0.9
Hex DD EE DC 7 0 8 7 75 23 5A
Octal 335 356 334 7 0 10 7 165 43 132
Binary 11011101 11101110 11011100 111 0 1000 111 1110101 100011 1011010

Color Harmonies of #DDEEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEEDC

Black with #DDEEDC

Text Example


Text Example

White with #DDEEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEEDC; }

 p { color: rgb(221,238,220); }

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

background-color css

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

 a { background-color: rgb(221,238,220); }

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

border-color css

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

 span { border-color: rgb(221,238,220); }

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