#DCF3DB

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

Shades of Tara #DCF3DB

Tints of Tara #DCF3DB

Color information

#DCF3DB (or 0xDCF3DB) is unknown color: approx Tara. HEX triplet: DC, F3 and DB. RGB value is (220,243,219). Sum of RGB (Red+Green+Blue) = 220+243+219=682 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.26% from 682); Green value is 243 (95.31% from 255 or 35.63% from 682); Blue value is 219 (85.94% from 255 or 32.11% from 682); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF3DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF3DB is #230C24. Grayscale: #E9E9E9. Windows color (decimal): -2296869 or 14414812. OLE color: 14414812.

HSL color Cylindrical-coordinate representation of color #DCF3DB: hue angle of 117.5º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCF3DB is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB220243219-
CMYK0.0900.100.05
HSL117.5º50%90.59%-
HSV(B)117.5º9.88%95.29%-
XYZ74.3584.4379.4-
YUV233.39119.88118.45-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.26%
GREEN value IS 243 (95.31% from 255) = 35.63%
BLUE value IS 219 (85.94% from 255) = 32.11%
R=32.26%
G=35.63%
B=32.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202432190.0900.100.05117.55090.59
HexDCF3DB90A575325b
Octal33436333311012516562133
Binary11011100111100111101101110010101010111101011100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF3DB; }

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

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

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

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

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

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

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

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