#DCEDDC

Color #DCEDDC Tara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tara #DCEDDC

Tints of Tara #DCEDDC

Color information

#DCEDDC (or 0xDCEDDC) is unknown color: approx Tara. HEX triplet: DC, ED and DC. RGB value is (220,237,220). Sum of RGB (Red+Green+Blue) = 220+237+220=677 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.50% from 677); Green value is 237 (92.97% from 255 or 35.01% from 677); Blue value is 220 (86.33% from 255 or 32.50% from 677); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEDDC is #231223. Grayscale: #E6E6E6. Windows color (decimal): -2298404 or 14478812. OLE color: 14478812.

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

Color convert

RGB220237220-
CMYK0.0700.070.07
HSL120º32.08%89.61%-
HSV(B)120º7.17%92.94%-
XYZ72.7280.9579.5-
YUV229.98122.37120.88-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.50%
GREEN value IS 237 (92.97% from 255) = 35.01%
BLUE value IS 220 (86.33% from 255) = 32.50%
R=32.50%
G=35.01%
B=32.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202372200.0700.070.0712032.0889.61
HexDCEDDC707778205a
Octal334355334707717040132
Binary110111001110110111011100111011111111110001000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEDDC; }

 p { color: rgb(220,237,220); }

 H1.HeaderClassName
 {
   color: #DCEDDC;
 }
 .AnyTagClassName
 {
   color: #DCEDDC;
 }
</style>
background-color css

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

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

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

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

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

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