#DCF5DB

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

Shades of Tara #DCF5DB

Tints of Tara #DCF5DB

Color information

#DCF5DB (or 0xDCF5DB) is unknown color: approx Tara. HEX triplet: DC, F5 and DB. RGB value is (220,245,219). Sum of RGB (Red+Green+Blue) = 220+245+219=684 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.16% from 684); Green value is 245 (96.09% from 255 or 35.82% from 684); Blue value is 219 (85.94% from 255 or 32.02% from 684); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF5DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF5DB is #230A24. Grayscale: #EAEAEA. Windows color (decimal): -2296357 or 14415324. OLE color: 14415324.

HSL color Cylindrical-coordinate representation of color #DCF5DB: hue angle of 117.69º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCF5DB is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB220245219-
CMYK0.1000.110.04
HSL117.69º56.52%90.98%-
HSV(B)117.69º10.61%96.08%-
XYZ74.9585.6379.6-
YUV234.56119.22117.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.16%
GREEN value IS 245 (96.09% from 255) = 35.82%
BLUE value IS 219 (85.94% from 255) = 32.02%
R=32.16%
G=35.82%
B=32.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2202452190.1000.110.04117.6956.5290.98
HexDCF5DBA0B476395b
Octal33436533312013416671133
Binary11011100111101011101101110100101110011101101110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF5DB; }

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

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

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

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

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

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

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

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