Html Css Color HEX #DCEDDC Tara

📋 copy color: '#DCEDDC'

red 220 ◦ green 237 ◦ blue 220

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

Shades of Tara #DCEDDC

Tints of Tara #DCEDDC

RGB

 RED value IS 220 (86.33% from 255) = 32.5%

 GREEN value IS 237 (92.97% from 255) = 35.01%

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

R = 32.5%
G = 35.01%
B = 32.5%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#DCEDDC (or 0xDCEDDC) is known color: 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

RGB 220 237 220 -
CMYK 0.07 0 0.07 0.07
HSL 120º 0.32% 0.9% -
HSV(B) 120º 0.07% 0.93% -
XYZ 72.72 80.95 79.5 -
YUV 229.98 122.37 120.88 -
System Red Green Blue C M Y K H S L
Decimal 220 237 220 0.07 0 0.07 0.07 120 0.32 0.9
Hex DC ED DC 7 0 7 7 78 20 5A
Octal 334 355 334 7 0 7 7 170 40 132
Binary 11011100 11101101 11011100 111 0 111 111 1111000 100000 1011010

Color Harmonies of #DCEDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEDDC

Black with #DCEDDC

Text Example


Text Example

White with #DCEDDC

Text Example


Text Example

HTML Codes & Css Web 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>