Html Css Color HEX #DCEEDC Tara

📋 copy color: '#DCEEDC'

red 220 ◦ green 238 ◦ blue 220

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

Shades of Tara #DCEEDC

Tints of Tara #DCEEDC

RGB

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

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

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

R = 32.45%
G = 35.1%
B = 32.45%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#DCEEDC (or 0xDCEEDC) is known color: Tara. HEX triplet: DC, EE and DC. RGB value is (220,238,220). Sum of RGB (Red+Green+Blue) = 220+238+220=678 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.45% from 678); Green value is 238 (93.36% from 255 or 35.10% from 678); Blue value is 220 (86.33% from 255 or 32.45% from 678); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEEDC is #231123. Grayscale: #E6E6E6. Windows color (decimal): -2298148 or 14479068. OLE color: 14479068.

HSL color Cylindrical-coordinate representation of color #DCEEDC: hue angle of 120º 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 #DCEEDC is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 238 220 -
CMYK 0.08 0 0.08 0.07
HSL 120º 0.35% 0.9% -
HSV(B) 120º 0.08% 0.93% -
XYZ 73.01 81.53 79.6 -
YUV 230.57 122.04 120.46 -
System Red Green Blue C M Y K H S L
Decimal 220 238 220 0.08 0 0.08 0.07 120 0.35 0.9
Hex DC EE DC 8 0 8 7 78 23 5A
Octal 334 356 334 10 0 10 7 170 43 132
Binary 11011100 11101110 11011100 1000 0 1000 111 1111000 100011 1011010

Color Harmonies of #DCEEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEEDC

Black with #DCEEDC

Text Example


Text Example

White with #DCEEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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