#DCF8DB

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

Shades of Tara #DCF8DB

Tints of Tara #DCF8DB

Color information

#DCF8DB (or 0xDCF8DB) is unknown color: approx Tara. HEX triplet: DC, F8 and DB. RGB value is (220,248,219). Sum of RGB (Red+Green+Blue) = 220+248+219=687 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.02% from 687); Green value is 248 (97.27% from 255 or 36.10% from 687); Blue value is 219 (85.94% from 255 or 31.88% from 687); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF8DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF8DB is #230724. Grayscale: #ECECEC. Windows color (decimal): -2295589 or 14416092. OLE color: 14416092.

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

Color convert

RGB220248219-
CMYK0.1100.120.03
HSL117.93º67.44%91.57%-
HSV(B)117.93º11.69%97.25%-
XYZ75.8787.4679.9-
YUV236.32118.22116.36-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.02%
GREEN value IS 248 (97.27% from 255) = 36.10%
BLUE value IS 219 (85.94% from 255) = 31.88%
R=32.02%
G=36.10%
B=31.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2202482190.1100.120.03117.9367.4491.57
HexDCF8DBB0C376435c
Octal334370333130143166103134
Binary11011100111110001101101110110110011111011010000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF8DB; }

 p { color: rgb(220,248,219); }

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

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

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

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

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

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

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